summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-234-11/+9
* | MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-235-10/+8
* | MDEV-5930: Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-3/+5
* | MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not obey to lower_case_...Michael Widenius2014-03-238-76/+96
* | MDEV-734: LP:917662 - mysql_print_status() missing final fflush()Michael Widenius2014-03-221-1/+1
* | MDEV-5906: Thread status not changed when applying log eventsMichael Widenius2014-03-221-0/+1
|/
* Code cleanup:Sergey Petrunya2014-03-272-111/+118
* MergeSergey Petrunya2014-03-271-10/+113
|\
| * MDEV-5926, MDEV-4362 post-fixes:Sergey Petrunya2014-03-271-22/+44
| * MDEV-4362: {division by zero when lookup constant is outside the value table}Sergey Petrunya2014-03-261-10/+21
| * MDEV-5926: EITS: Histogram estimates for column=least_possible_value are wrongSergey Petrunya2014-03-261-11/+81
* | MDEV-5433 select_result::send_error() is unusedSergei Golubchik2014-03-265-88/+4
* | MDEV-5943 'show table status' does not immediately show tokudb tablesSergei Golubchik2014-03-261-0/+3
* | Fix hostcache_ipv4_blocked and hostcache_ipv6_blocked to pass.Sergei Golubchik2014-03-261-13/+4
* | 5.5 mergeSergei Golubchik2014-03-2616-83/+233
|\ \
| * | MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_ty...Sergei Golubchik2014-03-261-2/+1
| * | compilation failure with BUILD/compile-amd64-valgrind-maxSergei Golubchik2014-03-261-1/+1
| * | move file->position() down, to make sure it's executed only whenSergei Golubchik2014-03-251-6/+7
| * | 5.3 mergeSergei Golubchik2014-03-253-3/+16
| |\ \
| | * | MDEV-5783 Assertion `0' failed in make_sortkey(SORTPARAM*, uchar*, uchar*) on...Alexander Barkov2014-03-231-1/+1
| | * | Fix to make it compiling with valgrind.unknown2014-03-211-1/+1
| | * | MergeSergey Petrunya2014-03-181-1/+14
| | |\ \
| | | * | MDEV-5811: Server crashes in best_access_path with materialization+semijoin a...Sergey Petrunya2014-03-131-1/+14
| | * | | 5.2 mergeSergei Golubchik2014-03-16155-462/+843
| | |\ \ \
| | | * \ \ 5.1 mergeSergei Golubchik2014-03-16155-461/+860
| | | |\ \ \
| | | | * \ \ mysql-5.1.73 mergeSergei Golubchik2014-03-15155-481/+922
| | | | |\ \ \
| * | | | \ \ \ 5.3-mergeSergei Golubchik2014-03-167-23/+61
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-5446: Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...unknown2014-03-141-0/+2
| | * | | | | | 5.2 mergeSergei Golubchik2014-03-131-1/+6
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | / / | | | |_|_|/ / | | |/| | | |
| | | * | | | unix_socket bypasses make_if_fail by not doing any network readsSergei Golubchik2014-03-131-1/+6
| | | * | | | merge 5.1->5.2unknown2014-03-121-1/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-5717: Server crash with insert statement containing DEFAULT into viewunknown2014-03-121-1/+1
| | * | | | | MDEV-5717: Server crash with insert statement containing DEFAULT into viewunknown2014-03-121-1/+1
| | * | | | | MDEV-5740: Assertion `!derived->first_select()->exclude_from_table_unique_tes...unknown2014-03-073-20/+45
| | * | | | | Fixed bug mdev-5686.Igor Babaev2014-03-061-1/+7
| * | | | | | Fix code in make_sortkey() that only worked by chanceSergei Golubchik2014-02-261-12/+5
| * | | | | | MDEV-5829: STOP SLAVE resets global status variablesMichael Widenius2014-03-144-10/+17
| * | | | | | MDEV-5089 - possible deadlocks between rwlocks and mutexesSergey Vojtovich2014-02-132-6/+1
| * | | | | | Debugging aid: Add T* List<T>::elem(int n) which returns N-th element in the ...Sergey Petrunya2014-03-112-2/+16
| * | | | | | MergeSergey Petrunya2014-03-112-44/+122
| |\ \ \ \ \ \
| | * | | | | | MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MyS...Sergey Petrunya2014-03-112-44/+122
* | | | | | | | MDEV-5920 MySQL Bug#16765410 FTS: STACK AROUND THE VARIABLE 'MYSTR' WAS CORRU...Sergei Golubchik2014-03-261-0/+2
* | | | | | | | MDEV-5861 MySQL Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES...Sergei Golubchik2014-03-261-25/+26
* | | | | | | | make append_query_string() more usable:Sergei Golubchik2014-03-266-20/+19
* | | | | | | | remove append_escaped(), use String::append_for_single_quote() insteadSergei Golubchik2014-03-264-59/+11
* | | | | | | | small cleanup in sql_acl.cc:Sergei Golubchik2014-03-262-34/+36
* | | | | | | | MDEV-5909 MySQL BUG#11748924 PARTITIONS: TOO-LONG COMMENT CAUSES NO WARNINGSergei Golubchik2014-03-264-90/+99
* | | | | | | | build_frm_image(): don't try to guess the "real table name" from theSergei Golubchik2014-03-262-17/+15
* | | | | | | | bug in HA_TOPTION_SYSVAR of the enum type - enum string was generated incorre...Sergei Golubchik2014-03-261-0/+1
* | | | | | | | MDEV-5815 MySQL BUG#11751736: DROP DATABASE STATEMENT SHOULD REMOVE .OLD SUFF...Sergei Golubchik2014-03-261-1/+1