Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Checks if ext/mysql exposes all constants it should expose. | Ulf Wendel | 2007-07-12 | 1 | -0/+62 | |
| | ||||||
* | No skipping needed anymore, function is there even with mysqlnd. | Ulf Wendel | 2007-07-12 | 1 | -6/+1 | |
| | ||||||
* | A bit more verbose message in case of problems. It's been helpful to | Ulf Wendel | 2007-07-12 | 1 | -2/+5 | |
| | | | | | debug a cross-server version issue. | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -79/+78 | |
| | | | | | 2) Fixing [U]EXPECTF to be portable among different MySQL Server versions | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -21/+27 | |
| | | | | | 2) Added test for default link | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -35/+39 | |
| | | | | | | 2) Added: skip test with mysqlnd, mysqlnd does not support this function currently | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -29/+35 | |
| | | | | | 2) Added check for default connection | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -59/+59 | |
| | | | | | | 2) Fixing [U]EXPECTF to accept whatever db/schema name gets used for the test run | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -19/+23 | |
| | | | | | 2) Tiny check for default link added | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -80/+79 | |
| | | | | | | 2) Portability: don't expect any values and have them in the [U]EXPECTF, if they will be available only with certain MySQL Server versions. | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -27/+30 | |
| | | | | | 2) One line added to test default connection | |||||
* | 1) Whitespace/CS | Ulf Wendel | 2007-07-12 | 1 | -60/+65 | |
| | | | | | 2) Test mysql.default_socket only if we're using a socket to connect | |||||
* | Whitespace/CS only | Ulf Wendel | 2007-07-12 | 1 | -51/+49 | |
| | ||||||
* | Whitespace/CS only | Ulf Wendel | 2007-07-11 | 1 | -31/+30 | |
| | ||||||
* | Whitespace/Coding Standards and check added for default connection. | Ulf Wendel | 2007-07-11 | 1 | -27/+41 | |
| | ||||||
* | Whitespace only | Ulf Wendel | 2007-07-11 | 1 | -20/+19 | |
| | ||||||
* | Whitespace and more testing. | Ulf Wendel | 2007-07-11 | 1 | -3/+78 | |
| | ||||||
* | Whitespace and new checks for default connection. | Ulf Wendel | 2007-07-11 | 2 | -74/+90 | |
| | ||||||
* | Whitespace only | Ulf Wendel | 2007-07-11 | 1 | -58/+57 | |
| | ||||||
* | Mainly Whitespace/CS changes. Partly "too many arguments" check added. | Ulf Wendel | 2007-07-11 | 3 | -57/+70 | |
| | ||||||
* | Whitespace and new "too many arguments" check. | Ulf Wendel | 2007-07-11 | 1 | -10/+13 | |
| | ||||||
* | Whitespace/Coding Standards and new check what happens if one tries to | Ulf Wendel | 2007-07-11 | 1 | -22/+31 | |
| | | | | | free not a mysql resource but a file resource. | |||||
* | Whitespace/Coding Standard | Ulf Wendel | 2007-07-11 | 1 | -34/+33 | |
| | ||||||
* | Removing reference to skipifemb.inc which is not needed and | Ulf Wendel | 2007-07-11 | 3 | -98/+95 | |
| | | | | | Whitespace/Coding Standards. | |||||
* | Whitespace and the usual suspect: skipifemb.inc | Ulf Wendel | 2007-07-11 | 1 | -35/+34 | |
| | ||||||
* | Whitespace/Coding Standards, removal of skipifemb.inc, improved testing | Ulf Wendel | 2007-07-11 | 1 | -41/+128 | |
| | | | | | and checking for expected field types. | |||||
* | Whitespace and - as usual - removing skipifemb.inc | Ulf Wendel | 2007-07-11 | 1 | -27/+26 | |
| | ||||||
* | Whitespace/Coding Standards, removing reference to skipifemb.inc, | Ulf Wendel | 2007-07-11 | 1 | -67/+66 | |
| | | | | | tweaking EXPECTF. | |||||
* | Whitespace. Removing reference to skipifemb.inc. | Ulf Wendel | 2007-07-11 | 1 | -28/+27 | |
| | ||||||
* | Aside from whitespace / coding standards this one is more interesting. | Ulf Wendel | 2007-07-11 | 1 | -260/+269 | |
| | | | | | | | We added a flag to check if a MySQL column type is a binary type. If so, ext/mysql should return data for such columns not as unicode strings but as binary strings if unicode.semantics is on. | |||||
* | Whitespace / Coding Standards | Ulf Wendel | 2007-07-11 | 1 | -40/+39 | |
| | ||||||
* | 1) Whitespace / Coding Standards | Ulf Wendel | 2007-07-11 | 1 | -18/+16 | |
| | | | | | | 2) Don't even dare to have variables that sound like connection parameters and don't come from connect.inc 3) skipifem.inc is not there for ext/mysql tests | |||||
* | Whitespace/Coding Standards. | Ulf Wendel | 2007-07-11 | 2 | -71/+88 | |
| | | | | | | | The tests origin from ext/mysqli/tests. ext/mysqli/tests should have a skipifemb.inc, which is not needed and not available for ext/mysql/tests. Nevertheless the tests tried to include that file. | |||||
* | Whitespace/Coding Standards. | Ulf Wendel | 2007-07-11 | 1 | -34/+49 | |
| | | | | | Test for default link added. | |||||
* | Those two should be whitespace / coding standards only. However, in some of | Ulf Wendel | 2007-07-11 | 2 | -84/+82 | |
| | | | | | | | my commit messages I might be wrong, it's hard to say what we added to the tests and I might miss this or that little detail, although I check the diff before commit. | |||||
* | Should be whitespace/coding standards changes only. | Ulf Wendel | 2007-07-11 | 2 | -89/+88 | |
| | ||||||
* | Mostly whitespace (replacing spaces with tab). Additional, weak test for | Ulf Wendel | 2007-07-11 | 1 | -59/+85 | |
| | | | | | | "host:port:socket" syntax, just to make sure we cover the underlying C code. | |||||
* | Whitespace: replacing spaces with tab to follow coding conventions. | Ulf Wendel | 2007-07-11 | 3 | -191/+190 | |
| | | | | | | | One tiny change in mysql_close.phpt: don't overrule connection parameter in any of the tests. Alway take connection parameter, including the database name ($db), from connect.inc. | |||||
* | Trying to fix broken tests. The last set of files committed a few weeks ago | Ulf Wendel | 2007-07-11 | 6 | -52/+162 | |
| | | | | | | | | | | | | broke almost all tests. I'll try to merge the CVS with a working set of tests from the mysqlnd development repository. With this first set of changes most tests should run (and pass) again. Note the additional environment variables in connect.inc that you can use to control a test run. More changes to come. | |||||
* | MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown ↵ | Scott MacVicar | 2007-06-25 | 1 | -0/+22 | |
| | | | | on Windows). | |||||
* | reset active_result_id when fetching persistent connection | Antony Dovgal | 2007-06-07 | 1 | -0/+1 | |
| | | | | | patch by Peter Christensen | |||||
* | fix test | Antony Dovgal | 2007-05-29 | 1 | -2/+2 | |
| | ||||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -1/+1 | |
| | ||||||
* | MFB: Typo from old parsing API spotted by bjori | Scott MacVicar | 2007-05-14 | 1 | -1/+1 | |
| | ||||||
* | MFB: Add mysql_set_charset() so that the connection encoding can be changed. ↵ | Scott MacVicar | 2007-05-14 | 2 | -2/+47 | |
| | | | | This is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set. | |||||
* | revert | Antony Dovgal | 2007-04-23 | 1 | -14/+0 | |
| | ||||||
* | fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL ↵ | Antony Dovgal | 2007-04-14 | 1 | -3/+19 | |
| | | | | 5.0.13) | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 1 | -10/+6 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 | |
| |