summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-2/+2
|\
| * Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-2/+2
| | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* | - Code cleanup: replaced C++-style comments with the proper syntax forlenz@kallisto.local2003-09-241-1/+1
| | | | | | | | | | .c files (the IBM Visual Age C compiler aborts with a syntax error on these)
* | merge with 4.1 treemonty@mashka.mysql.fi2003-09-111-13/+12
|\ \
| * | After merge fixes.monty@mashka.mysql.fi2003-09-111-13/+12
| | | | | | | | | | | | Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
* | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)bell@sanja.is.com.ua2003-09-021-0/+80
|/ /
* | fixed string parameter assugnment (coping instead of asigning pointer to ↵bell@sanja.is.com.ua2003-09-021-2/+86
| | | | | | | | | | | | buffer) (BUG#1115) fixed test_field_misc (UTF variable value)
* | Fix for timestamp issue (BR #819)venu@myvenu.com2003-07-301-24/+52
| |
* | Enable warnings by default for single value list inserts also when the ↵venu@myvenu.com2003-07-211-4/+87
| | | | | | | | client protocol is >= 4.1
* | test for SQL_MODE with PIPES_AS_CONCAT, ANSI and IGNORE_SPACEvenu@myvenu.com2003-06-241-4/+135
| |
* | Fix for mysql_list_fields & reset stmt buffers from stmt_free_resultvenu@myvenu.com2003-06-081-47/+191
| | | | | | | | Windows build fix
* | protocol test update venu@myvenu.com2003-06-041-5/+125
| | | | | | | | (fix for memory ovverun bug from DBD(ranger) + changes for removal of collation from explain)
* | mergemonty@mashka.mysql.fi2003-05-224-41/+138
|\ \
| * \ Merge with 4.0.13monty@narttu.mysql.fi2003-05-194-41/+138
| |\ \ | | |/
| | * Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-132-28/+48
| | | | | | | | | | | | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
| | * More testsmonty@mashka.mysql.fi2003-05-082-6/+22
| | |
| | * Merge to get security patchmonty@mashka.mysql.fi2003-05-082-0/+28
| | |\
| | | * Security patch to remove wrong error when one had a global update/delete ↵monty@mashka.mysql.fi2003-05-072-0/+28
| | | | | | | | | | | | | | | | privilige and a database specific SELECT privilege.
| | * | Fix for openssl on Solarismonty@mashka.mysql.fi2003-04-282-21/+54
| | | | | | | | | | | | | | | | Fix for grant bug with SELECT *
* | | | client_test.c:venu@myvenu.com2003-05-211-7/+715
|/ / / | | | | | | | | | Updated protocol test
* | | Fix to get thread_test to compilemonty@narttu.mysql.fi2003-05-152-3/+7
| | |
* | | Remove warning from automakemonty@narttu.mysql.fi2003-05-151-2/+1
| | |
* | | Mergemonty@narttu.mysql.fi2003-05-029-0/+911
|\ \ \
| * | | Removed some not used filesmonty@narttu.mysql.fi2003-04-229-0/+910
|/ / / | | | | | | | | | | | | Remove the 'fs' file systems as this is not maintained. Moved programs from client to tests
* | | Merge with 4.0monty@narttu.mysql.fi2003-03-162-26/+51
|\ \ \ | |/ /
| * | merge with 3.23 to get:monty@mashka.mysql.fi2003-03-152-1/+16
| |\ \ | | |/ | | | | | | - Fix for empty table/column names
| | * Check for empty table/column namesmonty@mashka.mysql.fi2003-03-142-0/+15
| | |
| * | mergedserg@serg.mysql.com2003-03-132-25/+35
| |\ \ | | |/
| | * Better fix for GRANT bugmonty@mashka.mysql.fi2003-03-132-29/+40
| | |
| | * Fixed missing table_list->name -> table_list->alias convertmonty@mashka.mysql.fi2002-10-081-1/+1
| | |
* | | Fix EXPLAIN bug with binary protocolvenu@myvenu.com2003-03-041-5/+216
| | | | | | | | | | | | | | | Added new client tests (EXPLAIN + DECIMAL conv)
* | | 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE ↵venu@myvenu.com2003-02-241-36/+305
| | | | | | | | | | | | | | | | | | STATUS is executed.This also fixes to return the error message to comment field in SHOW TABLE STATUS when the .frm is corrupted 2. Test for corrupted .frm and the SHOW TABLE STATUS
* | | Another misc variable test which is of bool type returning a longlongvenu@myvenu.com2003-02-151-1/+20
| | |
* | | Updated tests for MYSQL_FIELD members for misc casesvenu@myvenu.com2003-02-151-12/+176
| | |
* | | Fix stupid signed and unsigned conversion - When field and buffer types ↵venu@myvenu.com2003-02-051-5/+175
| | | | | | | | | | | | | | | | | | are different (Client receiving end) Added tests for singed and unsigned conversion (client_test.c)
* | | Conversion fix - bug report from PHPvenu@myvenu.com2003-02-041-192/+321
| | | | | | | | | | | | | | | | | | Added a new conversion bug test Changed options with default_options read from my.ini from [client] section More cleanups for better usage
* | | Force to read all unread packets on stmt_closevenu@myvenu.com2003-01-311-4/+42
| | |
* | | Few misc cases check from PHP - client_testvenu@myvenu.com2003-01-311-2/+119
| | | | | | | | | | | | Fix the buffer_length ovveride when length ptr is NULL - libmysql
* | | Fix for subsequent error calls in multi-queryvenu@myvenu.com2003-01-311-20/+32
| | |
* | | Fix alloc_stmt_fields for non-select statementsvenu@myvenu.com2003-01-301-25/+101
| | | | | | | | | | | | Add tests for show commands + MYSQL_TYPE_NULL coverage
* | | Merge conflictvenu@myvenu.com2003-01-301-62/+121
|\ \ \
| * | | Tests for 'n' concurrent statement executionvenu@myvenu.com2003-01-301-64/+124
| | | |
* | | | client_test.c:bar@bar.mysql.r18.ru2003-01-291-2/+3
|/ / / | | | | | | | | | Compilation failure fix
* | | Fix leak when the client disconnects with open prep statements venu@myvenu.com2003-01-281-15/+34
| | |
* | | Fix stmt_close not to close the resources on error(libmysql)venu@myvenu.com2003-01-271-26/+40
| | | | | | | | | | | | Enable test_stmt_close() and test output to stdout(client_test)
* | | Remove un-used variablesvenu@myvenu.com2003-01-251-0/+22
| | | | | | | | | | | | Pure coverage tests (debug only)
* | | Misc cleanups + pure coverage test + Monty's commentsvenu@myvenu.com2003-01-241-20/+155
| | |
* | | Add DATE,TIME and TS tests - MYSQL_TIME handlingvenu@myvenu.com2003-01-231-21/+274
| | |
* | | Remove bind_length + Fix the client-testvenu@myvenu.com2003-01-221-895/+287
| | |
* | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-613/+676
| | | | | | | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster.