Ulf Wendel
|
aeaa4b3da6
|
Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing.
|
2011-11-22 16:52:42 +00:00 |
|
Johannes Schlüter
|
03a0f9deb4
|
- Add missing include.
|
2011-11-14 17:56:33 +00:00 |
|
Johannes Schlüter
|
2ec0a9c5c8
|
- Add missing include.
|
2011-11-14 17:56:33 +00:00 |
|
Johannes Schlüter
|
6442fc5b4a
|
- Add missing include.
|
2011-11-14 17:56:33 +00:00 |
|
Ulf Wendel
|
52e836611f
|
Improving test to reflect latest API changes
|
2011-11-03 17:39:39 +00:00 |
|
Ulf Wendel
|
25235313a0
|
Improving test to reflect latest API changes
|
2011-11-03 17:39:39 +00:00 |
|
Ulf Wendel
|
58f40c0345
|
Improving test to reflect latest API changes
|
2011-11-03 17:39:39 +00:00 |
|
Andrey Hristov
|
6a9feb730f
|
Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.
A step in the direction of keeping internal data private
|
2011-10-31 11:46:24 +00:00 |
|
Andrey Hristov
|
8fb6bdd5b8
|
Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.
A step in the direction of keeping internal data private
|
2011-10-31 11:46:24 +00:00 |
|
Andrey Hristov
|
f926a3c07d
|
Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage
|
2011-10-25 23:01:49 +00:00 |
|
Andrey Hristov
|
845d8fa10c
|
Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage
|
2011-10-25 23:01:49 +00:00 |
|
Andrey Hristov
|
10e4419231
|
api_ext to reverse_api
|
2011-10-19 15:04:12 +00:00 |
|
Andrey Hristov
|
efb68d9399
|
api_ext to reverse_api
|
2011-10-19 15:04:12 +00:00 |
|
Andrey Hristov
|
103d60fad0
|
last stat fix
|
2011-10-10 15:45:56 +00:00 |
|
Andrey Hristov
|
33eb2ab6f1
|
last stat fix
|
2011-10-10 15:45:56 +00:00 |
|
Andrey Hristov
|
063162be3a
|
fix test after stat change
|
2011-10-10 14:39:22 +00:00 |
|
Andrey Hristov
|
c75a4a408b
|
fix test after stat change
|
2011-10-10 14:39:22 +00:00 |
|
Andrey Hristov
|
e1e147aa4e
|
fix another test after stat change
|
2011-10-10 14:33:07 +00:00 |
|
Andrey Hristov
|
d4e0ef5dc9
|
fix another test after stat change
|
2011-10-10 14:33:07 +00:00 |
|
Andrey Hristov
|
4151194c5a
|
fix test
|
2011-10-10 14:19:01 +00:00 |
|
Andrey Hristov
|
90ef61d587
|
fix test
|
2011-10-10 14:19:01 +00:00 |
|
Andrey Hristov
|
3468180085
|
fix test
|
2011-10-10 13:25:45 +00:00 |
|
Andrey Hristov
|
085c3de991
|
fix test
|
2011-10-10 13:25:45 +00:00 |
|
Andrey Hristov
|
93d6c4767b
|
fix test
|
2011-10-10 12:50:09 +00:00 |
|
Andrey Hristov
|
236fb29289
|
fix test
|
2011-10-10 12:50:09 +00:00 |
|
Andrey Hristov
|
3701485d97
|
null the value before usage
|
2011-10-08 14:48:14 +00:00 |
|
Andrey Hristov
|
069e495b5f
|
null the value before usage
|
2011-10-08 14:48:14 +00:00 |
|
Andrey Hristov
|
1744885c62
|
null the value before usage
|
2011-10-08 14:48:14 +00:00 |
|
Andrey Hristov
|
5b1efc1d87
|
Add test case
|
2011-10-06 17:06:02 +00:00 |
|
Andrey Hristov
|
00e9a1f942
|
Add test case
|
2011-10-06 17:06:02 +00:00 |
|
Andrey Hristov
|
48077f321f
|
Add test case
|
2011-10-06 17:06:02 +00:00 |
|
Andrey Hristov
|
eb0f361439
|
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
Fix for Bug #55859 mysqli->stat property access gives error
|
2011-10-06 11:25:05 +00:00 |
|
Andrey Hristov
|
26dd8c52c4
|
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
Fix for Bug #55859 mysqli->stat property access gives error
|
2011-10-06 11:25:05 +00:00 |
|
Andrey Hristov
|
7a7b550003
|
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
Fix for Bug #55859 mysqli->stat property access gives error
|
2011-10-06 11:25:05 +00:00 |
|
Johannes Schlüter
|
a53c7127bf
|
- Use the proper variable here.
|
2011-09-21 12:34:15 +00:00 |
|
Johannes Schlüter
|
679c87e999
|
- Use the proper variable here.
|
2011-09-21 12:34:15 +00:00 |
|
Xinchen Hui
|
08201e11fe
|
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html
|
2011-09-17 03:12:23 +00:00 |
|
Xinchen Hui
|
212d210ac9
|
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html
|
2011-09-17 03:12:23 +00:00 |
|
Xinchen Hui
|
26c1a62b34
|
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html
|
2011-09-17 03:12:23 +00:00 |
|
Ulf Wendel
|
b509ba6dbd
|
This should please gcov.php.net which hits error 1044 instead of 1049.
|
2011-09-12 15:05:10 +00:00 |
|
Ulf Wendel
|
c5523b5689
|
This should please gcov.php.net which hits error 1044 instead of 1049.
|
2011-09-12 15:05:10 +00:00 |
|
Ulf Wendel
|
0290718b00
|
This should please gcov.php.net which hits error 1044 instead of 1049.
|
2011-09-12 15:05:10 +00:00 |
|
Ulf Wendel
|
019e96a7f6
|
Fix typo.
|
2011-09-12 13:55:28 +00:00 |
|
Ulf Wendel
|
078cbac1d2
|
Fix typo.
|
2011-09-12 13:55:28 +00:00 |
|
Ulf Wendel
|
1c688e06dd
|
Fix typo.
|
2011-09-12 13:55:28 +00:00 |
|
Ulf Wendel
|
0024235874
|
Minor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting XFAIL until we fix it.
|
2011-09-12 13:39:57 +00:00 |
|
Ulf Wendel
|
27c73aa542
|
Minor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting XFAIL until we fix it.
|
2011-09-12 13:39:57 +00:00 |
|
Ulf Wendel
|
2472bf8898
|
Minor issue. Seems to fail the same way on various PHP + MySQL combinations. Setting XFAIL until we fix it.
|
2011-09-12 13:39:57 +00:00 |
|
Ulf Wendel
|
c4de2c8654
|
Hits libmysql/MySQL bug, works with mysqlnd
|
2011-09-12 13:14:16 +00:00 |
|
Ulf Wendel
|
ca79494000
|
Hits libmysql/MySQL bug, works with mysqlnd
|
2011-09-12 13:14:16 +00:00 |
|
Ulf Wendel
|
49e693124f
|
Hits libmysql/MySQL bug, works with mysqlnd
|
2011-09-12 13:14:16 +00:00 |
|
Ulf Wendel
|
496d6d45e9
|
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.
|
2011-09-12 12:14:56 +00:00 |
|
Ulf Wendel
|
9bbb03391f
|
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.
|
2011-09-12 12:14:56 +00:00 |
|
Ulf Wendel
|
76879f2cce
|
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.
|
2011-09-12 12:14:56 +00:00 |
|
Xinchen Hui
|
6b57319cf4
|
Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out)
Actually this caused by attempt to efree a INTERNED string
|
2011-09-10 03:51:16 +00:00 |
|
Xinchen Hui
|
5e477ae1f8
|
Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out)
Actually this caused by attempt to efree a INTERNED string
|
2011-09-10 03:51:16 +00:00 |
|
Ulf Wendel
|
8ed1dc2fa9
|
Bug #55653
|
2011-09-09 12:12:08 +00:00 |
|
Ulf Wendel
|
61384510f1
|
Bug #55653
|
2011-09-09 12:12:08 +00:00 |
|
Ulf Wendel
|
6cb483cff8
|
Bug #55653
|
2011-09-09 12:12:08 +00:00 |
|
Christopher Jones
|
1c809df001
|
Fix skipifs to match other tests for the case when connection fails
|
2011-09-08 17:40:15 +00:00 |
|
Christopher Jones
|
de264a62cf
|
Fix skipifs to match other tests for the case when connection fails
|
2011-09-08 17:40:15 +00:00 |
|
Christopher Jones
|
0a8e670b15
|
Fix skipifs to match other tests for the case when connection fails
|
2011-09-08 17:40:15 +00:00 |
|
Johannes Schlüter
|
70561e9a6d
|
- Use myslqnd by default when MySQL extensions are activated but no path given
|
2011-09-07 13:33:56 +00:00 |
|
Johannes Schlüter
|
bea25b5e55
|
- Use myslqnd by default when MySQL extensions are activated but no path given
|
2011-09-07 13:33:56 +00:00 |
|
Andrey Hristov
|
222c5b4a9c
|
Fix problems with the unbuffered set detection, for libmysql, which resulted
in always true. Thanks Stas.
|
2011-09-06 19:52:19 +00:00 |
|
Andrey Hristov
|
fd4fc39dc9
|
Fix problems with the unbuffered set detection, for libmysql, which resulted
in always true. Thanks Stas.
|
2011-09-06 19:52:19 +00:00 |
|
Andrey Hristov
|
be89aa686a
|
Fix problems with the unbuffered set detection, for libmysql, which resulted
in always true. Thanks Stas.
|
2011-09-06 19:52:19 +00:00 |
|
Ulf Wendel
|
cc24c30307
|
More parenthesis, credits to Nikita Popov
|
2011-09-06 16:13:03 +00:00 |
|
Ulf Wendel
|
0f31db8d11
|
More parenthesis, credits to Nikita Popov
|
2011-09-06 16:13:03 +00:00 |
|
Ulf Wendel
|
eb16017160
|
More parenthesis, credits to Nikita Popov
|
2011-09-06 16:13:03 +00:00 |
|
Ulf Wendel
|
661a69b873
|
BORK hunting - Fixing SKIPIF
|
2011-09-06 14:47:57 +00:00 |
|
Ulf Wendel
|
257131c0e0
|
BORK hunting - Fixing SKIPIF
|
2011-09-06 14:47:57 +00:00 |
|
Ulf Wendel
|
ccd842f912
|
BORK hunting - Fixing SKIPIF
|
2011-09-06 14:47:57 +00:00 |
|
Ulf Wendel
|
79b605a89b
|
Fix SKIPIF
|
2011-09-06 13:50:45 +00:00 |
|
Ulf Wendel
|
8bc4572b9e
|
Fix SKIPIF
|
2011-09-06 13:50:45 +00:00 |
|
Ulf Wendel
|
a4fcb5f1bb
|
Fix SKIPIF
|
2011-09-06 13:50:45 +00:00 |
|
Ulf Wendel
|
85e6b8141d
|
Prevent Notice
|
2011-09-06 13:39:46 +00:00 |
|
Ulf Wendel
|
cfb4fa47ad
|
Prevent Notice
|
2011-09-06 13:39:46 +00:00 |
|
Ulf Wendel
|
5ec2ee6c4d
|
Prevent Notice
|
2011-09-06 13:39:46 +00:00 |
|
Stanislav Malyshev
|
fa5f7f61ba
|
use DBUG_ON flag for checking debug
# Some libmysql builds don't define DBUG_OFF and non-debug builds are more frequent
|
2011-09-06 05:20:05 +00:00 |
|
Stanislav Malyshev
|
153649906c
|
use DBUG_ON flag for checking debug
# Some libmysql builds don't define DBUG_OFF and non-debug builds are more frequent
|
2011-09-06 05:20:05 +00:00 |
|
Stanislav Malyshev
|
cbbf6bda4c
|
this tests looks mysqlnd only
|
2011-09-06 05:13:47 +00:00 |
|
Stanislav Malyshev
|
6e0dfc1851
|
this tests looks mysqlnd only
|
2011-09-06 05:13:47 +00:00 |
|
Ulf Wendel
|
d6e15cc517
|
No more test failure for libmysql, http://news.php.net/php.internals/55210
|
2011-09-05 16:24:40 +00:00 |
|
Ulf Wendel
|
ac90fb4287
|
No more test failure for libmysql, http://news.php.net/php.internals/55210
|
2011-09-05 16:24:40 +00:00 |
|
Ulf Wendel
|
797ac9ad3e
|
No more test failure for libmysql, http://news.php.net/php.internals/55210
|
2011-09-05 16:24:40 +00:00 |
|
Andrey Hristov
|
4325a8bffc
|
Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
|
2011-09-05 15:29:45 +00:00 |
|
Andrey Hristov
|
5308ed60f3
|
Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
|
2011-09-05 15:29:45 +00:00 |
|
Andrey Hristov
|
13c5106f43
|
Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
|
2011-09-05 15:29:45 +00:00 |
|
Johannes Schlüter
|
283b7ad9db
|
Fix #ifdef for mixed builds (ext/mysql using myslqnd, mysqli using libmysql)
|
2011-09-05 13:05:15 +00:00 |
|
Johannes Schlüter
|
2778bd3e11
|
Fix #ifdef for mixed builds (ext/mysql using myslqnd, mysqli using libmysql)
|
2011-09-05 13:05:15 +00:00 |
|
Stanislav Malyshev
|
7f6f4cc587
|
test fixes
|
2011-09-04 04:57:01 +00:00 |
|
Stanislav Malyshev
|
19cbfb42f6
|
test fixes
|
2011-09-04 04:57:01 +00:00 |
|
Daniel Convissor
|
1d50d1174c
|
Make test work with database other than "test" (merge from 5.4).
|
2011-09-04 00:56:38 +00:00 |
|
Ulf Wendel
|
6e3708cc59
|
Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1
|
2011-09-02 11:06:51 +00:00 |
|
Ulf Wendel
|
56a2ff3b00
|
Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1
|
2011-09-02 11:06:51 +00:00 |
|
Ulf Wendel
|
864f8106be
|
Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1
|
2011-09-02 11:06:51 +00:00 |
|
Ulf Wendel
|
893c890d01
|
As of MySQL 5.6.1 the server variable have_innodb is no more. Updating InnoDB check...
|
2011-09-02 10:38:51 +00:00 |
|
Ulf Wendel
|
70b9029d9e
|
As of MySQL 5.6.1 the server variable have_innodb is no more. Updating InnoDB check...
|
2011-09-02 10:38:51 +00:00 |
|
Ulf Wendel
|
248a9a7f4d
|
As of MySQL 5.6.1 the server variable have_innodb is no more. Updating InnoDB check...
|
2011-09-02 10:38:51 +00:00 |
|