summaryrefslogtreecommitdiff
path: root/tests/client_test.c
Commit message (Expand)AuthorAgeFilesLines
* New call mysql_stmt_init() introduced.unknown2004-03-051-14/+31
* Desperate attempt to push part of prepared statements cleanup which was unknown2004-03-021-2/+0
* compare a decimal value with a string not a double, as we want to test for an...unknown2004-02-291-18/+18
* after review fixunknown2004-02-201-1/+1
* mergeunknown2004-02-141-1/+84
|\
| * manual merge, bug #2247unknown2004-02-131-0/+80
| |\
| | * Fix for bug #2247: "mysql_stmt_affected_rows returns affected rows from unknown2004-02-061-0/+80
* | | PS fixed to be compatible with derived tables (BUG#2641)unknown2004-02-121-8/+9
* | | mergeunknown2004-02-121-169/+249
|\ \ \ | |/ /
| * | Manual merge.unknown2004-02-111-140/+177
| |\ \
| | * | Fix for BUG#2703 unknown2004-02-111-140/+177
| | |/
| * | Fixed bug #2248 "mysql_fetch without prior mysql_execute hangs"unknown2004-02-101-29/+69
| |/
* | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-1/+2
* | fixed cleupup() for distinct aggregate functions (BUG#2663)unknown2004-02-081-0/+33
* | fixed subquery with PS (BUG#2462)unknown2004-02-081-0/+51
|/
* Prepared_statement deployed instead of PREP_STMT. unknown2003-12-201-1/+1
* commented why valgrind barks at the bug #1500unknown2003-12-081-0/+5
* cleanupunknown2003-11-261-3/+3
* cleanupunknown2003-11-261-2/+2
* - fixed compile error in tests/client_test.cunknown2003-11-261-1/+1
* fix for bug #1946:unknown2003-11-251-0/+28
* Fix for bug #1500 "Server crash with mysql_prepare"unknown2003-11-231-0/+112
* Changed mysql_next_result() to return int instead of boolunknown2003-11-191-395/+444
* Delete duplicate error message namesunknown2003-11-181-1/+1
* BUG#1644: Insertion of more than 3 NULL columns with parameter binding failsunknown2003-10-271-2/+1
* A few more fixes.unknown2003-10-251-2/+111
* A major overhaul to adopt to recent changes. It now passes all tests.unknown2003-10-251-70/+130
* - Code cleanup: replaced C++-style comments with the proper syntax forunknown2003-09-241-1/+1
* merge with 4.1 treeunknown2003-09-111-13/+12
|\
| * After merge fixes.unknown2003-09-111-13/+12
* | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)unknown2003-09-021-0/+80
|/
* fixed string parameter assugnment (coping instead of asigning pointer to buff...unknown2003-09-021-2/+86
* Fix for timestamp issue (BR #819)unknown2003-07-301-24/+52
* Enable warnings by default for single value list inserts also when the client...unknown2003-07-211-4/+87
* test for SQL_MODE with PIPES_AS_CONCAT, ANSI and IGNORE_SPACEunknown2003-06-241-4/+135
* Fix for mysql_list_fields & reset stmt buffers from stmt_free_resultunknown2003-06-081-47/+191
* protocol test update unknown2003-06-041-5/+125
* client_test.c:unknown2003-05-211-7/+715
* Fix EXPLAIN bug with binary protocolunknown2003-03-041-5/+216
* 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE ...unknown2003-02-241-36/+305
* Another misc variable test which is of bool type returning a longlongunknown2003-02-151-1/+20
* Updated tests for MYSQL_FIELD members for misc casesunknown2003-02-151-12/+176
* Fix stupid signed and unsigned conversion - When field and buffer types are...unknown2003-02-051-5/+175
* Conversion fix - bug report from PHPunknown2003-02-041-192/+321
* Force to read all unread packets on stmt_closeunknown2003-01-311-4/+42
* Few misc cases check from PHP - client_testunknown2003-01-311-2/+119
* Fix for subsequent error calls in multi-queryunknown2003-01-311-20/+32
* Fix alloc_stmt_fields for non-select statementsunknown2003-01-301-25/+101
* Merge conflictunknown2003-01-301-62/+121
|\
| * Tests for 'n' concurrent statement executionunknown2003-01-301-64/+124