summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix of unions with duplicate rows and returning bug fix for lp:732124 union...unknown2013-06-261-8/+8
* Fixed some memory leaksMichael Widenius2013-06-191-1/+3
* Finished merging wl5986 started by Igor.unknown2013-06-191-8/+10
* Debugging output fixed to make finding executing commands easy.unknown2013-06-171-1/+1
* More merge fixes:Michael Widenius2013-06-161-0/+41
* Applied all changes from Igor and SanjaMichael Widenius2013-06-151-72/+71
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-32/+57
* 10.0-base mergeSergei Golubchik2013-01-311-38/+86
|\
| * 5.5 mergeSergei Golubchik2013-01-291-28/+43
| |\
| | * 5.3 mergeSergei Golubchik2013-01-251-0/+1
| | |\
| | | * 5.2 mergeSergei Golubchik2013-01-251-0/+1
| | | |\
| | | | * MDEV-3915 COM_CHANGE_USER allows fast password brute-forcingSergei Golubchik2013-01-251-0/+1
| | | * | 5.2 merge.Sergei Golubchik2012-08-221-3/+18
| | | |\ \ | | | | |/
| | | | * 5.1 mergeSergei Golubchik2012-08-221-3/+18
| | | | |\
| | | | | * merge with MySQL 5.1.65Sergei Golubchik2012-08-221-3/+18
| | | | | |\
| | | | | | * Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+11
| | * | | | | simplify THD::binlog_setup_trx_data() usageSergei Golubchik2013-01-181-1/+1
| | * | | | | MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-9/+24
| | * | | | | remove thd_mark_as_hard_kill()Sergei Golubchik2013-01-151-12/+0
| | * | | | | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-14/+30
| * | | | | | cleanup:Sergei Golubchik2013-01-231-1/+1
| * | | | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
| * | | | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-11/+43
| * | | | | | MDEV-3982: show_explain.test fails, times out or crashesSergey Petrunya2013-01-101-3/+7
* | | | | | | Merge 10.0-base -> 10.0.Igor Babaev2013-01-101-1/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-081-1/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-3945 - do not hold LOCK_thread_count when freeing THD.Vladislav Vaintroub2012-12-211-1/+0
* | | | | | | Merge MariaDB 10.0-base to MariaDB 10.0unknown2012-12-181-38/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | remove HAVE_EXPLICIT_TEMPLATE_INSTANTIATIONSergei Golubchik2012-12-171-38/+0
| * | | | | | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-161-0/+70
| |\ \ \ \ \ \ | | |/ / / / /
* | | | | | | merge with 5.5Sergei Golubchik2012-11-031-0/+70
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | mysql-5.5.28Sergei Golubchik2012-10-161-0/+70
| |\ \ \ \ \ \
| | * | | | | | Bug#13699303 - THREAD POOL PLUGIN IGNORES TIMEOUT.Thayumanavar2012-07-251-0/+23
* | | | | | | | 10.0-base -> 10.0-montySergei Golubchik2012-10-191-8/+182
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | SHOW EXPLAIN: merge to 10.0-base.Sergey Petrunya2012-10-061-2/+33
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ SHOW EXPLAIN: merge with 5.5-mainSergey Petrunya2012-10-061-2/+33
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Merge 5.5-main -> 5.5-show-explainSergey Petrunya2012-07-251-3/+10
| | | |\ \ \ \ \ \
| | | * | | | | | | MWL#182: Explain running statementsSergey Petrunya2012-07-171-46/+5
| | | * | | | | | | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-07-111-15/+0
| | | * | | | | | | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-07-101-78/+4
| | | * | | | | | | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-06-281-12/+11
| | | * | | | | | | MWL#182: Explain running statementsSergey Petrunya2012-06-251-2/+4
| | | * | | | | | | SHOW EXPLAIN: better commentsSergey Petrunya2012-06-191-2/+6
| | | * | | | | | | MWL#182: Explain running statementsSergey Petrunya2012-06-151-2/+158
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | SHOW EXPLAIN: Code cleanupSergey Petrunya2012-06-081-6/+7
| | | | * | | | | | | MDEV-324: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN for a query with TEMPTA...Sergey Petrunya2012-06-071-2/+22
| | | | * | | | | | | MDEV-297: SHOW EXPLAIN: Server gets stuck until timeout occurs while executin...Sergey Petrunya2012-06-071-1/+3
| | | | * | | | | | | Merge of recent changes in MWL#182 in 5.3 with {Merge of MWL#182 with 5.5}Sergey Petrunya2012-05-171-5/+17
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | # MDEV-239: Assertion `field_types == 0 ... ' failed in Protocol_text::store...Sergey Petrunya2012-05-101-1/+1
| | | | | * | | | | | | Make SHOW EXPLAIN FOR produce a warning with the original text of query Sergey Petrunya2012-04-261-5/+11