1439 Commits (416d0aebbfaaa00802d00105a0bd2faedb8b8f04)

Author SHA1 Message Date
Sergei Golubchik 416d0aebbf more fixes for test cases 13 years ago
Sergei Golubchik 474fe6d9d9 fixes for test failures 13 years ago
Michael Widenius 60589aeee0 Next part of merge. See TODO for details 14 years ago
Michael Widenius b39e6e3d09 Added support of thd->tx_read_only 14 years ago
Andrei Elkin 49e484c8cd BUG#11754117 incorrect logging of INSERT into auto-increment 14 years ago
Sergei Golubchik 3d0775e9af mdev-201 - Assertion `!thd->spcont' failed in net_send_error on server shutdown 14 years ago
unknown 8aebd44e0e Implementation of MDEV-28 LIMIT ROWS EXAMINED 14 years ago
Georgi Kodinov bc7d8dc623 Bug #12408412: GROUP_CONCAT + ORDER BY + INPUT/OUTPUT SAME 14 years ago
Vladislav Vaintroub 4e8bb265fe Update copyright notices 14 years ago
Igor Babaev 841a74a4d6 Fixed LP bug #939009. 14 years ago
Vladislav Vaintroub 58c3e32dbd Simplify thd_wait_begin. given how seldom they are called, calling current_thd one more time is not going to be anything performance relevant. 14 years ago
Vladislav Vaintroub cfa56f900a address second round review comments 14 years ago
MySQL Build Team 7177a2b9d7 Updated/added copyright headers 14 years ago
Gopal Shankar 7f0f18cd6e Bug#13105873 :Valgrind Warning: CRASH IN FOREIGN 14 years ago
Vladislav Vaintroub 804f3bfeaf Threadpool : Rest of monty's review 14 years ago
Vladislav Vaintroub 57b6cb39aa Further review points and simplify Windows implementation 14 years ago
Vladislav Vaintroub 398c935db3 further reduce diffs to 5.5, monty review 14 years ago
Vladislav Vaintroub d76c80700d Fix crashes in windows-embedded 14 years ago
Vladislav Vaintroub 539a7ebe10 LP909537: Ensure thd_wait_begin/thd_wait_end callbacks are called. 14 years ago
Vladislav Vaintroub c01fc2abc7 fix embedded build and warning 14 years ago
Vladislav Vaintroub a5a22e9f64 Small adjustements to threadpool 14 years ago
Andrei Elkin ed3e19aca8 Bug#13437900 - VALGRIND REPORTS A LEAK FOR REPL_IGNORE_SERVER_IDS 14 years ago
Michael Widenius 1485874619 Rewrite IGNORE handling: 14 years ago
Vladislav Vaintroub c439494942 Fix Unix build 14 years ago
Vladislav Vaintroub e91bbca5fb Initial threadpool implementation for MariaDB 5.5 14 years ago
Sergei Golubchik ec38c1bbd7 small cleanup 14 years ago
Sergei Golubchik 9f40bfbe6a bugfix: progress reporting and sub-statements 14 years ago
Sergei Golubchik 86a2d70779 safe_mutex deadlock detector post-merge fixes 14 years ago
Sergei Golubchik 957b559039 Id column in EXPLAIN can be null. 14 years ago
Michael Widenius 22e793639a Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] [ID | USER user_name] 14 years ago
Michael Widenius 8fb10c24d7 Fixed that automatic killing of delayed insert thread (in flush, alter table etc) will not abort auto-repair of MyISAM table. 14 years ago
unknown 37a8497d49 LP BUG#823169 fix. 15 years ago
Michael Widenius 8b7a63b17f Added logging of all messages (also system warnings) one gets during a MyISAM recovery or auto-recovery. 15 years ago
Bjorn Munch 9906e9cf72 Backporting fix from trunk (revid 3381), original comment: 15 years ago
Michael Widenius 8ce93bbd64 Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situations (which could cause aborted connects) 15 years ago
Alexander Nozdrin cfb4a7c2ff Cherry-picking patch for 12777649 from mysql-5.5 15 years ago
Georgi Kodinov 84db3fb472 Bug #12777649: "OS THREAD ID" REMOVED 15 years ago
Sergey Glukhov 3468b55a21 Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUNCTION IN WHERE C 15 years ago
Tor Didriksen 9b6930ec10 Bug#12756017 - PROFILING: SET_THD_PROC_INFO DOES NOT NEED TO CALL DIRNAME_LENGTH EACH TIME 15 years ago
Sergei Golubchik e44fefc7b3 adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks 15 years ago
Sergei Golubchik b4a0b2c2f8 post-merge fixes. 15 years ago
Michael Widenius 3c78bfe7f1 Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 15 years ago
Kent Boortz 44135d4725 Updated/added copyright headers 15 years ago
Michael Widenius ba9a890f0c New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_write 15 years ago
Igor Babaev fb22eb1391 Fixed LP bug #798576. 15 years ago
Igor Babaev 56eb6d7e69 Fixed LP bug #794890. 15 years ago
Michael Widenius 3600e6b81c Fixed problem that global status variables 'bytes_recieved' and 'binlog_bytes_written' where not correctly updated 15 years ago
Dmitry Lenev 5b225518ff Fix for bug #12641342 - "61401: UPDATE PERFORMANCE DEGRADES 15 years ago
Sergei Golubchik f06cac336b post review changes 2 15 years ago
Mayank Prasad d608ad2dd6 Bug#11764633 : 57491: THD->MAIN_DA.IS_OK() ASSERT IN EMBEDDED 15 years ago