Ulf Wendel
92256befd5
Adding new tests: mysqli_g*.phpt mysqli_i*.phpt mysqli_k*.phpt
2007-10-10 10:16:00 +00:00
Ulf Wendel
ec08f105b9
Adding new tests mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phpt
2007-10-10 10:14:38 +00:00
Ulf Wendel
97c82d363f
Adding new tests. Again, I'll commit in chunks and try to find acceptable
...
commit sizes.
2007-10-10 10:13:47 +00:00
Ulf Wendel
5f1fe934ea
Test code for bug #42378
2007-10-10 10:11:27 +00:00
Ulf Wendel
636d1b0803
Further changes to regression/bug-verification tests.
2007-10-10 10:10:59 +00:00
Ulf Wendel
af818e3e53
Last set of changes to the classical 0*.phpt - 06*.phpt/07*.phpt
2007-10-10 10:10:14 +00:00
Ulf Wendel
041d506a86
Changes to 04*.phpt, 05*.phpt.
2007-10-10 10:08:29 +00:00
Ulf Wendel
a429f06289
Changes to 02*.phpt, 03*.phpt
2007-10-10 10:07:46 +00:00
Ulf Wendel
4f913a4d4d
Changes to all 01*.phpt tests
2007-10-10 10:07:08 +00:00
Ulf Wendel
0a212c12b1
Changes to existing tests: 0*.phpt
2007-10-10 10:06:53 +00:00
Ulf Wendel
326fd449e2
Starting to merge updated set of tests into 5.3.
2007-10-10 10:04:46 +00:00
Andrey Hristov
09fbf87a6c
Fixed leaks with multiple connects using one mysqli object.
...
HEAD will be fixed during the next mysqlnd merge
Fixed failing test for bug38710, 5.0 version is bad, 5.1 is ok.
2007-09-06 10:07:42 +00:00
Andrey Hristov
649152ca49
Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)
...
Fixed regression of bug 38710. Already fixed in HEAD.
#HEAD will be fixed when doing the next merge from svn
2007-09-05 12:36:44 +00:00
Antony Dovgal
ff514e208e
fix tests
2007-05-18 11:47:58 +00:00
Antony Dovgal
1f65545121
fix test names
2007-05-07 18:03:01 +00:00
foobar
82023f9aac
- Fixed test to skip when mysqld is not running
2007-03-25 01:14:51 +00:00
Stanislav Malyshev
1e9fd0f002
add testcase
2007-03-09 18:37:03 +00:00
Hannes Magnusson
0028eccadd
Fix tests
2006-12-12 08:09:40 +00:00
Antony Dovgal
b5b8fa4f6b
fix test
2006-11-13 12:47:43 +00:00
Ilia Alshanetsky
54032dee04
Fixed test for systems without INFILE/OUTFILE support
2006-09-13 15:52:57 +00:00
Antony Dovgal
1ec10ac8c7
typos in comments and other minor improvements
2006-08-10 13:43:18 +00:00
Georg Richter
0ba0abbd40
Added testcase for bug #37090
2006-07-30 11:03:30 +00:00
Ilia Alshanetsky
fea4eeb845
Added possible failure note.
2006-07-18 00:09:01 +00:00
Ilia Alshanetsky
ab6d4d411a
Fixed test for systems where set_charset() method is unavailable.
2006-07-13 15:42:43 +00:00
Antony Dovgal
8a35e9d014
fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)
2006-07-12 09:51:47 +00:00
Hartmut Holzgraefe
3fe315c652
MFH new test cases
2006-07-12 08:01:44 +00:00
Hartmut Holzgraefe
aca6460346
MFH
2006-07-11 23:45:28 +00:00
Hartmut Holzgraefe
ae749049f5
MFH make sure that embedded database is correctly initialized
2006-07-11 23:43:55 +00:00
Hartmut Holzgraefe
61e9783154
debug output was breaking all tests
2006-07-11 23:42:58 +00:00
Hartmut Holzgraefe
3e099a5983
MFH test for ping and kill methods
2006-07-11 23:35:38 +00:00
Antony Dovgal
d90263437c
add test for bug #38003
2006-07-05 13:31:17 +00:00
Michael Wallner
3b407d143b
- Fixed bug #36949 (invalid internal mysqli objects dtor)
2006-05-29 16:53:56 +00:00
Antony Dovgal
b6c9363f73
fix tests
2006-03-30 20:43:39 +00:00
Georg Richter
65d704cb7c
fix and testcase for bug #36745
2006-03-24 12:10:39 +00:00
Georg Richter
f8183e2e97
fixed minor problems (thx to tony)
2006-03-24 10:58:52 +00:00
Georg Richter
b3a437fcc4
Fix for bug #36802 (server crashes with invalid/not opened connections)
...
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARED (for future use)
MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init)
MYSQLI_STATUS_VALID (for valid objects)
removed valid flag
changed MYSQLI_FETCH_RESOURCE
added last parameter __check which specifies the status
2006-03-24 09:32:24 +00:00
Antony Dovgal
1e8aad5075
MFH: add checks and fix possible reincarnations of bug #36420
2006-02-16 20:58:59 +00:00
Andrey Hristov
d03aea048f
fetch more than one row at once
2006-01-01 16:52:05 +00:00
Georg Richter
a5acdfc5f2
Fix for bug #35517 :
...
added missing unsigned flag for result buffer
fixed returncode in mysql_stmt_fetch for data truncation
2005-12-29 09:49:19 +00:00
Andrey Hristov
1c0971f3ce
fix for bug# 35759
...
(mysqli_stmt_bind_result() makes huge allocation when column empty)
#this shows some leaks now, which has to be investigated but closes the
#bug report.
2005-12-22 18:11:39 +00:00
Andrey Hristov
4ec16344a9
add a test case
...
fix incorrect handling of unsigned bigint.
optimize handling of unsigned int
2005-11-30 16:20:25 +00:00
Andrey Hristov
a8c0463961
fix more leaks. handle better unknown type (4.1.x connected to 5.0.x
...
incompatibility)
2005-11-30 15:26:41 +00:00
Andrey Hristov
da9abd8b73
mysql 4.1.x gives strange result. the result in the test is generated with
...
5.0.16 (valid for 5.1.3).
2005-11-28 13:35:54 +00:00
Andrey Hristov
1d3f0d8891
fix test - unsigned it is casted to 0 in mysql sql_mode
2005-11-25 01:13:56 +00:00
Ilia Alshanetsky
13996df552
Fixed test
2005-11-22 01:57:02 +00:00
Andrey Hristov
df2c11b731
test fetching of unsigned int(11)
2005-11-08 14:43:49 +00:00
Andrey Hristov
64e8f63978
fix test - putting signed into unsigned produces 0, if not in strict mode
...
(in strict mode this will fail)
2005-11-08 14:06:40 +00:00
Ilia Alshanetsky
d18cdaf6dd
MFH: fix test failures
2005-10-13 21:26:45 +00:00
Antony Dovgal
410e106aae
fix #34810 (mysqli::init() and others use wrong $this pointer without checks)
2005-10-10 12:57:55 +00:00
Georg Richter
7357ac0b96
fix for bug 34785:
...
added support for parent::__construct (mysqli_statement and mysqli_resultset)
fixed failed testcases when sql_mode is in effect
2005-10-08 15:08:07 +00:00