summaryrefslogtreecommitdiff
path: root/tests/client_test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-5/+28
|\
| * Fix to handle unsigned data in prepared statements (Bug #3447)unknown2004-05-041-5/+28
* | After merge fix. unknown2004-05-041-21/+16
* | Manual merge of bugfix for Bug #1664.unknown2004-05-041-0/+148
|\ \
| * | Fix for remaining issues described in Bug #1664 unknown2004-05-041-0/+147
* | | return table list of fake_select in empty state to prevent using TABLE_LIST a...unknown2004-05-031-0/+36
* | | Fix client_test to use new statement assertion macrosunknown2004-04-301-3/+3
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-0/+58
|\ \ \ | |_|/ |/| |
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-0/+58
| |\ \
| | * | Testcase for BUG#3420. The bug itself has been fixed by some previous PS code...unknown2004-04-141-0/+58
* | | | Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_...unknown2004-04-301-26/+42
* | | | Mergeunknown2004-04-301-503/+569
|\ \ \ \ | |/ / / |/| | |
| * | | Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647)unknown2004-04-301-503/+569
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-0/+163
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedunknown2004-04-301-0/+163
| |/ /
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-1/+31
|\ \ \ | |/ /
| * | Fix for BUG#3567: Disallow several SQL statements inside a Prepared Statement.unknown2004-04-271-0/+30
| * | Fixed client_test to run with MAX_KEY=64. unknown2004-04-271-1/+1
| |/
* | Fix and testcase for BUG#3367.unknown2004-04-131-0/+70
|/
* complex join example for test suiteunknown2004-04-091-0/+53
* fixed subquery in the FROM clause with parameter (BUG#3020)unknown2004-04-081-0/+48
* field->store resuts passing is fixed for REAL and INT for Item_param (BUG3223)unknown2004-04-081-2/+45
* new error for unsupported command in PSunknown2004-04-081-23/+220
* reverting table list to be able to use it in next PS call (BUG#2811)unknown2004-04-061-4/+83
* for Item_param we have to have value set instead of fave item fixed (BUG#3353)unknown2004-04-031-14/+28
* fixed brocken of client_test unknown2004-04-031-0/+47
* fix for table/field caching mechanismunknown2004-04-011-0/+39
* Merge fix.unknown2004-03-251-0/+63
|\
| * Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure.unknown2004-03-251-2/+63
* | fixed union with prepared statement bug found by Konstantinunknown2004-03-231-3/+57
|/
* DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-1/+34
* 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