summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Update sql_parse.ccChris Calender2019-03-221-1/+1
* Merge branch '5.5' into 10.0Sergei Golubchik2018-12-201-0/+1
|\
| * MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-131-0/+1
* | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASESachin2018-12-191-0/+6
* | MDEV-9266 Creating index on temporaray table breaks replicationsachin2018-07-181-0/+3
* | MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed ...Monty2018-05-221-2/+63
* | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-161-1/+1
* | MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos...Sergei Golubchik2018-05-081-2/+2
* | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-261-0/+4
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-28/+19
|\ \ | |/
| * MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op...Sergei Golubchik2017-10-171-25/+16
| * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-2/+4
* | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-16/+15
|\ \ | |/
| * ensure that filename in COM_BINLOG_DUMP isn't too longSergei Golubchik2017-07-181-3/+6
| * BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPER PRIVILEGESergei Golubchik2017-07-181-17/+9
| * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-3/+7
| |\
| | * BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPERNisha Gopalakrishnan2017-04-071-3/+7
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+4
* | | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-151-15/+1
* | | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-151-0/+8
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+2
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-2/+2
| |\ \ | | |/
| | * Bug#25514146: DB_NAME IS IGNORED WHEN CREATING TABLE WITH DATA DIRECTORYDyre Tjeldvoll2017-02-231-3/+3
| | * Bug#25092566: CREATE TABLE WITH DATA DIRECTORY CLAUSE DOES NOT REQUIRE SPECIALDyre Tjeldvoll2016-11-241-1/+18
| | * BUG#23499695: MYSQL SERVER NORMAL SHUTDOWN WITH TIME STAMPKarthik Kamath2016-10-131-9/+39
* | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-33/+33
|\ \ \ | |/ /
| * | race-condition safe implementation of test_if_data_home_dir()Sergei Golubchik2017-02-271-13/+31
| * | compilation failureSergei Golubchik2017-02-271-1/+1
| * | cleanup: fn_format, remove dead codeSergei Golubchik2017-02-271-2/+1
| * | minor typo in a description of mysql_parse()Alexander Kuleshov2017-02-161-1/+1
* | | MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-25/+41
* | | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-9/+15
|\ \ \ | |/ /
| * | reduce code duplication a littlemariadb-5.5.54Sergei Golubchik2016-12-221-9/+14
* | | Removed duplicate open_strategy assignmentsSergey Vojtovich2016-10-261-12/+0
* | | Minor cleanupsMonty2016-08-221-0/+1
* | | MDEV-8569 build_table_filename() doesn't support temporary tables.Alexey Botchkov2016-07-181-0/+1
* | | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-5/+25
|\ \ \ | |/ /
| * | MDEV-9142 :Adding Constraint with no database referenceJan Lindström2016-04-231-5/+25
* | | MDEV-9580 SHOW GRANTS FOR <current_user> failsSergei Golubchik2016-04-241-12/+1
* | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | Cleanup of slave code:Monty2016-01-031-0/+1
* | | Merge branch 'mdev7818-4' into bb-10.0-knielsenbb-10.0-knielsenKristian Nielsen2015-11-131-0/+4
|\ \ \
| * | | Fix embedded server build after MDEV-7818 patchKristian Nielsen2015-11-131-0/+4
* | | | Merge branch 'mdev7818-4' into bb-10.0-knielsenKristian Nielsen2015-11-131-0/+13
|\ \ \ \ | |/ / /
| * | | MDEV-7818: Deadlock occurring with parallel replication and FTWRLKristian Nielsen2015-11-131-0/+13
* | | | MDEV-9089 Server crashes in MDL_key::mdl_key_init (main.lowercase_table4 test...Vladislav Vaintroub2015-11-101-0/+1
* | | | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | | fix the dbug tag nameSergei Golubchik2015-10-221-1/+1
|/ / /
* | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-13/+16
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-15/+18
| |\ \ | | |/