summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8224 Server crashes in get_server_from_table_to_cache on empty nameSergei Golubchik2015-06-031-1/+2
* parser: better error messages for CHECK/REPAIR VIEWSergei Golubchik2015-06-032-33/+28
* CRLF->LFSergei Golubchik2015-06-024-121/+121
* Fix for debug build failureNirbhay Choubey2015-05-121-5/+3
* MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEWSergei Golubchik2015-05-071-1/+1
* Merge branch '5.5' into bb-5.5-sergmariadb-5.5.43Sergei Golubchik2015-04-292-7/+6
|\
| * Fix failing test cases for MDEV-7912 patchVicentiu Ciorbaru2015-04-291-4/+0
| * MDEV-7779 View definition changes upon creation.Alexey Botchkov2015-04-281-1/+1
| * MDEV-7912 multitable delete with wrongly set sort_buffer_size crashes in merg...Vicentiu Ciorbaru2015-04-281-6/+9
* | MDEV-7987 Fatal error: Please read "Security" section of the manual to find o...Sergei Golubchik2015-04-291-1/+2
* | post-merge fixesSergei Golubchik2015-04-293-46/+25
* | Merge branch 'openquery/MDEV-6916-maria-5.5-check_view-r4408' into 5.5Sergei Golubchik2015-04-287-27/+227
|\ \
| * | sql_print_information correctedDaniel Black2015-04-131-4/+10
| * | mariadb_fix_view to allow fixing of view->mariadb_versionDaniel Black2015-04-131-5/+3
| * | avoid calling runctiosn in DBUG_RETURNDaniel Black2015-04-131-1/+3
| * | mariadb_fix_view need only check view->mariadb_versionDaniel Black2015-04-131-2/+1
| * | remove include sql_view.h from sql_table.cc - unneededDaniel Black2015-04-131-1/+0
| * | Allow REPAIR NO_WRITE_TO_BINLOG as per serg's reviewDaniel Black2015-04-131-5/+0
| * | correct server side error messagesDaniel Black2015-04-125-29/+4
| * | MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-129-27/+253
* | | post-merge changes, fixes, and testsSergei Golubchik2015-04-283-13/+5
* | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-2712-48/+125
|\ \ \ | |_|/ |/| |
| * | Bug#19880368 : GROUP_CONCAT CRASHES AFTER DUMP_LEAF_KEYChaithra Gopalareddy2015-02-201-0/+11
| * | Bug #19612819 : FILESORT: ASSERTION FAILED: POS->FIELD != 0 || POS->ITEM != 0Chaithra Gopalareddy2015-02-181-10/+25
| * | Bug#20052694 - FAILED RESTARTS CONTAIN NO VERSION DETAILS.Praveenkumar.Hulakund2015-02-061-1/+4
| * | Bug # 19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULTsreeharsha2015-02-051-1/+5
| * | Bug #19892803: ASSERTION FAILED: N < M_SIZE WITH DISTINCT TIMEMithun C Y2015-01-301-1/+8
| * | Bug #12671631 CREATE TABLE .. LIKE .. FEDERATED TABLEArun Kuruvila2015-01-281-1/+5
| * | Bug#20094067: BACKPORT BUG#19683834 TO 5.5 AND 5.6Nisha Gopalakrishnan2015-01-273-27/+30
| * | Bug#19770858: MYSQLD CAN BE DRIVEN TO OOM WITH TWO SIMPLE SESSION VARSJon Olav Hauglid2015-01-231-3/+3
| * | BUG#19875331 - HANDLE_FATAL_SIGNAL 11 IN STRMAKEThayumanavar2015-01-191-1/+9
| * | Problem: IO thread fails to connect to master if servers are configured withVenkatesh Duggirala2015-01-141-2/+18
| * | Bug#19786309 - CRASH IN UNLOCK TABLES AFTER LOCKING AND TRUNCATING TEMPORARY...Praveenkumar.Hulakund2015-01-141-1/+7
* | | MDEV-7938 MariaDB Crashes Suddenly while writing binlogsSergei Golubchik2015-04-271-1/+1
* | | MDEV-7585 Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QU...Sergei Golubchik2015-04-271-0/+2
* | | MDEV-6870 Not possible to use FIFO file as a general_log fileSergei Golubchik2015-04-271-5/+10
* | | bug: crash when sync() or close() of a log file fails on shutdownSergei Golubchik2015-04-271-2/+2
* | | bug: debug assert crash when seek on log file failsSergei Golubchik2015-04-271-5/+9
* | | MDEV-8058: funcs_1.innodb_views and funcs_1.memory_views failOleksandr Byelkin2015-04-271-3/+5
* | | MDEV-7126 replication slave - deadlock in terminate_slave_thread with stop sl...Sergei Golubchik2015-04-261-12/+0
* | | Merge pull request #39 from openquery/MDEV-7977-mutex-unlock_LOCK_log-in-MYSQ...Kristian Nielsen2015-04-241-0/+4
|\ \ \
| * | | MDEV-7977 MYSQL_BIN_LOG::write_incident failing to release LOCK_logDaniel Black2015-04-111-0/+4
| | |/ | |/|
* | | MDEV-6892: WHERE does not applyOleksandr Byelkin2015-04-233-34/+58
* | | MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-225-11/+36
* | | MDEV-7911: crash in Item_cond::eval_not_null_tablesSergei Petrunia2015-04-211-9/+27
* | | Merge pull request #41 from MariaDB/5.5-MDEV-7820Vicențiu-Marian Ciorbaru2015-04-151-1/+1
|\ \ \
| * | | MDEV-7820 Server crashes in in my_strcasecmp_utf8 on subquery in ORDER BY cla...5.5-MDEV-7820Vicențiu Ciorbaru2015-04-151-1/+1
| |/ /
* | | MDEV-7814 Assertion `args[0]->fixed' fails in Item_func_conv_charset::Item_fu...Alexander Barkov2015-04-151-1/+0
* | | MDEV-7613: MariaDB 5.5.40 server crash on update table left join with a viewOleksandr Byelkin2015-04-151-3/+1
|/ /
* | MDEV-7301: Unknown column quoted with backticks in HAVING clauseJan Lindström2015-03-231-1/+2