562 Commits (6a8e10d2ce64e506a5c58ef3b58178105f4b5973)

Author SHA1 Message Date
unknown 313761cb40 Ensure that privileges are tested properly for multi-table-updates. 22 years ago
unknown 3fa541df60 Post-merge fixes. 22 years ago
unknown 32c6b0d72a Prepared_statement deployed instead of PREP_STMT. 22 years ago
unknown f6f9b3496a commented why valgrind barks at the bug #1500 22 years ago
unknown 09f95e71d2 cleanup 22 years ago
unknown a189daf7be cleanup 22 years ago
unknown e503dc2850 - fixed compile error in tests/client_test.c 22 years ago
unknown 75fa6a6a40 fork_big2.pl: 22 years ago
unknown aef0b9a7c7 fix for bug #1946: 22 years ago
unknown 00ddd4e56a Fix for bug #1500 "Server crash with mysql_prepare" 22 years ago
unknown 6401f58ac6 Changed mysql_next_result() to return int instead of bool 22 years ago
unknown c05413175b Delete duplicate error message names 22 years ago
unknown 87eb9ea2b1 BUG#1644: Insertion of more than 3 NULL columns with parameter binding fails 22 years ago
unknown 302b8b5bf3 A few more fixes. 22 years ago
unknown 3affc8103a A major overhaul to adopt to recent changes. It now passes all tests. 22 years ago
unknown d2574b928e after review patch (SCRUM) 22 years ago
unknown 07001f78ec - Code cleanup: replaced C++-style comments with the proper syntax for 22 years ago
unknown a86e11ef15 Block SIGPIPE also for not threaded client programs. 22 years ago
unknown 07e372cd6b new UDF arguments interface (WL#1017) (SCRUM) 22 years ago
unknown dd0d199ebe After merge fixes. 22 years ago
unknown 2d7b489876 fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation) 23 years ago
unknown 0e2f626405 fixed string parameter assugnment (coping instead of asigning pointer to buffer) (BUG#1115) 23 years ago
unknown 0e3524dd88 Fix for timestamp issue (BR #819) 23 years ago
unknown f22517e4ec Enable warnings by default for single value list inserts also when the client protocol is >= 4.1 23 years ago
unknown 4ccada56f1 test for SQL_MODE with PIPES_AS_CONCAT, ANSI and IGNORE_SPACE 23 years ago
unknown 0bb5b9eadd Fix for mysql_list_fields & reset stmt buffers from stmt_free_result 23 years ago
unknown ee5477f806 protocol test update 23 years ago
unknown 06b60afc19 client_test.c: 23 years ago
unknown 8178016cae Fix to get thread_test to compile 23 years ago
unknown 5dc31217ac Remove warning from automake 23 years ago
unknown 10c790eff0 Safety fix to enable RAID in max binaries 23 years ago
unknown 504fd4d439 More tests 23 years ago
unknown a57e773289 Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege. 23 years ago
unknown a34fc63465 Fix for openssl on Solaris 23 years ago
unknown ac02f54022 Removed some not used files 23 years ago
unknown 03b0df9481 Check for empty table/column names 23 years ago
unknown f3eb7fe0c3 Better fix for GRANT bug 23 years ago
unknown ade3fbc390 Fix EXPLAIN bug with binary protocol 23 years ago
unknown cf00101b23 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE STATUS is executed.This also fixes to return the error message to comment field in SHOW TABLE STATUS when the .frm is corrupted 23 years ago
unknown 2606a90a26 Another misc variable test which is of bool type returning a longlong 23 years ago
unknown 5665b79a43 Updated tests for MYSQL_FIELD members for misc cases 23 years ago
unknown e33d310bcb Fix stupid signed and unsigned conversion - When field and buffer types are different (Client receiving end) 23 years ago
unknown a7b46e40cc Conversion fix - bug report from PHP 23 years ago
unknown b58dd39b99 Force to read all unread packets on stmt_close 23 years ago
unknown 28f3c41f49 Few misc cases check from PHP - client_test 23 years ago
unknown ae4a9ea8cc Fix for subsequent error calls in multi-query 23 years ago
unknown fccbabe089 Fix alloc_stmt_fields for non-select statements 23 years ago
unknown dca8b8a6f5 Tests for 'n' concurrent statement execution 23 years ago
unknown 231553039f client_test.c: 23 years ago
unknown b6315f6d9b Fix leak when the client disconnects with open prep statements 23 years ago