summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
...
* Checks if ext/mysql exposes all constants it should expose.Ulf Wendel2007-07-121-0/+62
|
* No skipping needed anymore, function is there even with mysqlnd.Ulf Wendel2007-07-121-6/+1
|
* A bit more verbose message in case of problems. It's been helpful toUlf Wendel2007-07-121-2/+5
| | | | | debug a cross-server version issue.
* 1) Whitespace/CSUlf Wendel2007-07-121-79/+78
| | | | | 2) Fixing [U]EXPECTF to be portable among different MySQL Server versions
* 1) Whitespace/CSUlf Wendel2007-07-121-21/+27
| | | | | 2) Added test for default link
* 1) Whitespace/CSUlf Wendel2007-07-121-35/+39
| | | | | | 2) Added: skip test with mysqlnd, mysqlnd does not support this function currently
* 1) Whitespace/CSUlf Wendel2007-07-121-29/+35
| | | | | 2) Added check for default connection
* 1) Whitespace/CSUlf Wendel2007-07-121-59/+59
| | | | | | 2) Fixing [U]EXPECTF to accept whatever db/schema name gets used for the test run
* 1) Whitespace/CSUlf Wendel2007-07-121-19/+23
| | | | | 2) Tiny check for default link added
* 1) Whitespace/CSUlf Wendel2007-07-121-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/CSUlf Wendel2007-07-121-27/+30
| | | | | 2) One line added to test default connection
* 1) Whitespace/CSUlf Wendel2007-07-121-60/+65
| | | | | 2) Test mysql.default_socket only if we're using a socket to connect
* Whitespace/CS onlyUlf Wendel2007-07-121-51/+49
|
* Whitespace/CS onlyUlf Wendel2007-07-111-31/+30
|
* Whitespace/Coding Standards and check added for default connection.Ulf Wendel2007-07-111-27/+41
|
* Whitespace onlyUlf Wendel2007-07-111-20/+19
|
* Whitespace and more testing.Ulf Wendel2007-07-111-3/+78
|
* Whitespace and new checks for default connection.Ulf Wendel2007-07-112-74/+90
|
* Whitespace onlyUlf Wendel2007-07-111-58/+57
|
* Mainly Whitespace/CS changes. Partly "too many arguments" check added.Ulf Wendel2007-07-113-57/+70
|
* Whitespace and new "too many arguments" check.Ulf Wendel2007-07-111-10/+13
|
* Whitespace/Coding Standards and new check what happens if one tries toUlf Wendel2007-07-111-22/+31
| | | | | free not a mysql resource but a file resource.
* Whitespace/Coding StandardUlf Wendel2007-07-111-34/+33
|
* Removing reference to skipifemb.inc which is not needed andUlf Wendel2007-07-113-98/+95
| | | | | Whitespace/Coding Standards.
* Whitespace and the usual suspect: skipifemb.incUlf Wendel2007-07-111-35/+34
|
* Whitespace/Coding Standards, removal of skipifemb.inc, improved testingUlf Wendel2007-07-111-41/+128
| | | | | and checking for expected field types.
* Whitespace and - as usual - removing skipifemb.incUlf Wendel2007-07-111-27/+26
|
* Whitespace/Coding Standards, removing reference to skipifemb.inc,Ulf Wendel2007-07-111-67/+66
| | | | | tweaking EXPECTF.
* Whitespace. Removing reference to skipifemb.inc.Ulf Wendel2007-07-111-28/+27
|
* Aside from whitespace / coding standards this one is more interesting.Ulf Wendel2007-07-111-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 StandardsUlf Wendel2007-07-111-40/+39
|
* 1) Whitespace / Coding StandardsUlf Wendel2007-07-111-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 Wendel2007-07-112-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 Wendel2007-07-111-34/+49
| | | | | Test for default link added.
* Those two should be whitespace / coding standards only. However, in some ofUlf Wendel2007-07-112-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 Wendel2007-07-112-89/+88
|
* Mostly whitespace (replacing spaces with tab). Additional, weak test forUlf Wendel2007-07-111-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 Wendel2007-07-113-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 agoUlf Wendel2007-07-116-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 MacVicar2007-06-251-0/+22
| | | | on Windows).
* reset active_result_id when fetching persistent connectionAntony Dovgal2007-06-071-0/+1
| | | | | patch by Peter Christensen
* fix testAntony Dovgal2007-05-291-2/+2
|
* MFBIlia Alshanetsky2007-05-281-1/+1
|
* MFB: Typo from old parsing API spotted by bjoriScott MacVicar2007-05-141-1/+1
|
* MFB: Add mysql_set_charset() so that the connection encoding can be changed. ↵Scott MacVicar2007-05-142-2/+47
| | | | This is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set.
* revertAntony Dovgal2007-04-231-14/+0
|
* fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL ↵Antony Dovgal2007-04-141-3/+19
| | | | 5.0.13)
* TypoMartin Kraemer2007-03-141-1/+1
|
* - avoid sprintfMarcus Boerger2007-02-241-10/+6
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|