summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-01-191-1/+1
|\
| * Removed compiler warningsmonty@mashka.mysql.fi2003-01-191-1/+1
| |
* | Merge myvenu.com:/home/venu/bk/src-4.1venu@myvenu.com2003-01-181-80/+747
|\ \ | |/ |/| | | into myvenu.com:/home/venu/work/sql/dev-4.1
| * Few more tests + store_result fixvenu@myvenu.com2003-01-181-80/+747
| |
* | Simple code cleanups, ignore generated filesmonty@mashka.mysql.fi2003-01-181-1/+1
|/
* Change client_flag to unsigned long (16 -> 32 bits) to handle more options.monty@mashka.mysql.fi2003-01-181-18/+18
| | | | | | Don't use new password format if mysql.user has old format tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty Portability fixes for Windows
* Added prepared statements sample from manual as a testvenu@myvenu.com2003-01-091-25/+177
|
* Protocol conversion testsvenu@myvenu.com2003-01-071-45/+1015
|
* Merge with 4.0.8monty@mashka.mysql.fi2003-01-061-23/+34
|\
| * Added support for max_allowed_packet in option files read by mysql_option()monty@mashka.mysql.fi2003-01-041-23/+34
| | | | | | | | | | | | | | Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
* | Prepared statements + binary protocol test updatevenu@myvenu.com2003-01-031-395/+1541
| |
* | rename of net_pkg.cc to protocol.ccmonty@mashka.mysql.fi2002-12-111-0/+705
| | | | | | | | | | Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-3/+1
| |
* | client_test.c:venu@myvenu.com2002-11-221-647/+687
| | | | | | | | | | | | Modification to new API test sql_prepare.cc: Fix for lock_types
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-1/+1
|\ \ | |/
| * Extended WEEK() to be able to handle ISO weeks.monty@mashka.mysql.fi2002-11-121-1/+1
| | | | | | | | | | unlink socket file if mysqld dies on startup Some optimization of AND expressions
* | Merge with 4.0.4monty@mashka.mysql.fi2002-10-022-1/+2492
|\ \ | |/ |/|
| * Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-73/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
| * Merge with 4.0.3monty@narttu.mysql.fi2002-08-302-1/+2514
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| | * client_test.c:venu@myvenu.com2002-06-131-158/+119
| | | | | | | | | | | | Forgot to include the portable changes from previous commit
| | * client_test.c:venu@myvenu.com2002-06-132-1/+2553
| | | | | | | | | | | | | | | | | | new file 'C' Test case for all prototype changes - Assert based which covers all most all scenarios
* | | Don't give the anonymous user create temp table or lock tables privileges.monty@mashka.mysql.fi2002-09-222-40/+42
| | | | | | | | | | | | SET PASSWORD=... closed connection on error.
* | | Merge with 3.23.53monty@mashka.mysql.fi2002-09-221-1/+1
|\ \ \ | |/ / |/| |
| * | Change name -> alias in TABLE_LIST.monty@mashka.mysql.fi2002-09-211-1/+1
| | | | | | | | | | | | Added missing mutex-lock around critical section in GRANT handling.
* | | Arjens LOG functions changes with small changes and tests added to mysql-testpeter@mysql.com2002-07-172-4/+4
| | |
* | | Added the following new privleges:monty@mashka.mysql.fi2002-06-122-20/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
* | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-2/+33
| | | | | | | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | | Fixed privilege check problem with SELECT ... INTO OUTFILEmonty@hundin.mysql.fi2002-06-092-10/+33
| | |
* | | Fixed mutex problem in TRUNCATE TABLEmonty@hundin.mysql.fi2002-06-041-0/+125
| |/ |/|
* | New version of mail_to_db.pljani@hynda.mysql.fi2001-12-271-15/+51
| |
* | Made new version of mail_to_db.pljani@hynda.mysql.fi2001-12-271-21/+44
| |
* | Fixed a bug in mail_to_db.pljani@hynda.mysql.fi2001-12-191-3/+3
| |
* | Fix for MyISAM records > 16Mmonty@hundin.mysql.fi2001-12-111-0/+72
| |
* | Extended manual section about MySQL statesmonty@hundin.mysql.fi2001-11-281-3/+6
| |
* | Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-175-5/+5
|/ | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
* Removed wrong warning from thr_lockmonty@hundin.mysql.fi2001-07-172-6/+101
| | | | | | | | Fixed problem with UPDATE and BDB tables Fixed problem with GRANT FILE privilege on database level mysqld --warnings works now Fixed problem with SHOW OPEN TABLES when not using BDB Added some tests for ALTER TABLE to the test scripts