summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix for mysql_list_fields & reset stmt buffers from stmt_free_resultunknown2003-06-081-47/+191
* protocol test update unknown2003-06-041-5/+125
* mergeunknown2003-05-224-41/+138
|\
| * Merge with 4.0.13unknown2003-05-194-41/+138
| |\
| | * Safety fix to enable RAID in max binariesunknown2003-05-132-28/+48
| | * More testsunknown2003-05-082-6/+22
| | * Merge to get security patchunknown2003-05-082-0/+28
| | |\
| | | * Security patch to remove wrong error when one had a global update/delete priv...unknown2003-05-072-0/+28
| | * | Fix for openssl on Solarisunknown2003-04-282-21/+54
* | | | client_test.c:unknown2003-05-211-7/+715
|/ / /
* | | Fix to get thread_test to compileunknown2003-05-152-3/+7
* | | Remove warning from automakeunknown2003-05-151-2/+1
* | | Mergeunknown2003-05-029-0/+911
|\ \ \
| * | | Removed some not used filesunknown2003-04-229-0/+910
|/ / /
* | | Merge with 4.0unknown2003-03-162-26/+51
|\ \ \ | |/ /
| * | merge with 3.23 to get:unknown2003-03-152-1/+16
| |\ \ | | |/
| | * Check for empty table/column namesunknown2003-03-142-0/+15
| * | mergedunknown2003-03-132-25/+35
| |\ \ | | |/
| | * Better fix for GRANT bugunknown2003-03-132-29/+40
| | * Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-1/+1
* | | 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
* | | | client_test.c:unknown2003-01-291-2/+3
|/ / /
* | | Fix leak when the client disconnects with open prep statements unknown2003-01-281-15/+34
* | | Fix stmt_close not to close the resources on error(libmysql)unknown2003-01-271-26/+40
* | | Remove un-used variablesunknown2003-01-251-0/+22
* | | Misc cleanups + pure coverage test + Monty's commentsunknown2003-01-241-20/+155
* | | Add DATE,TIME and TS tests - MYSQL_TIME handlingunknown2003-01-231-21/+274
* | | Remove bind_length + Fix the client-testunknown2003-01-221-895/+287
* | | Portability fixes (for windows)unknown2003-01-211-613/+676
* | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2003-01-191-1/+1
|\ \ \
| * | | Removed compiler warningsunknown2003-01-191-1/+1
* | | | Merge myvenu.com:/home/venu/bk/src-4.1unknown2003-01-181-80/+747
|\ \ \ \ | |/ / / |/| | |
| * | | Few more tests + store_result fixunknown2003-01-181-80/+747
* | | | Simple code cleanups, ignore generated filesunknown2003-01-181-1/+1
|/ / /
* | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-181-18/+18
* | | Added prepared statements sample from manual as a testunknown2003-01-091-25/+177
* | | Protocol conversion testsunknown2003-01-071-45/+1015
* | | Merge with 4.0.8unknown2003-01-061-23/+34
|\ \ \ | |/ /
| * | Added support for max_allowed_packet in option files read by mysql_option()unknown2003-01-041-23/+34