| Commit message (Expand) | Author | Age | Files | Lines |
* | Update sql_parse.cc | Chris Calender | 2019-03-22 | 1 | -1/+1 |
* | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-12-20 | 1 | -0/+1 |
|\ |
|
| * | MDEV-16987 - ALTER DATABASE possible in read-only mode | Sergey Vojtovich | 2018-12-13 | 1 | -0/+1 |
* | | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASE | Sachin | 2018-12-19 | 1 | -0/+6 |
* | | MDEV-9266 Creating index on temporaray table breaks replication | sachin | 2018-07-18 | 1 | -0/+3 |
* | | MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed ... | Monty | 2018-05-22 | 1 | -2/+63 |
* | | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ... | Monty | 2018-05-16 | 1 | -1/+1 |
* | | MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos... | Sergei Golubchik | 2018-05-08 | 1 | -2/+2 |
* | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ... | Sergei Golubchik | 2018-04-26 | 1 | -0/+4 |
* | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-10-18 | 1 | -28/+19 |
|\ \
| |/ |
|
| * | MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op... | Sergei Golubchik | 2017-10-17 | 1 | -25/+16 |
| * | MDEV-13459 Warnings, when compiling with gcc-7.x | Sergei Golubchik | 2017-10-17 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'origin/5.5' into 10.0 | Vicențiu Ciorbaru | 2017-07-25 | 1 | -16/+15 |
|\ \
| |/ |
|
| * | ensure that filename in COM_BINLOG_DUMP isn't too long | Sergei Golubchik | 2017-07-18 | 1 | -3/+6 |
| * | BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPER PRIVILEGE | Sergei Golubchik | 2017-07-18 | 1 | -17/+9 |
| * | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2017-07-18 | 1 | -3/+7 |
| |\ |
|
| | * | BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPER | Nisha Gopalakrishnan | 2017-04-07 | 1 | -3/+7 |
* | | | Silence bogus GCC 7 warnings -Wimplicit-fallthrough | Marko Mäkelä | 2017-05-17 | 1 | -2/+4 |
* | | | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf... | Sergei Golubchik | 2017-05-15 | 1 | -15/+1 |
* | | | WIP: global readonly variable pcre_frame_size | Daniel Black | 2017-05-15 | 1 | -0/+8 |
* | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-04-21 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55 | Sergei Golubchik | 2017-04-11 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Bug#25514146: DB_NAME IS IGNORED WHEN CREATING TABLE WITH DATA DIRECTORY | Dyre Tjeldvoll | 2017-02-23 | 1 | -3/+3 |
| | * | Bug#25092566: CREATE TABLE WITH DATA DIRECTORY CLAUSE DOES NOT REQUIRE SPECIAL | Dyre Tjeldvoll | 2016-11-24 | 1 | -1/+18 |
| | * | BUG#23499695: MYSQL SERVER NORMAL SHUTDOWN WITH TIME STAMP | Karthik Kamath | 2016-10-13 | 1 | -9/+39 |
* | | | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-03-03 | 1 | -33/+33 |
|\ \ \
| |/ / |
|
| * | | race-condition safe implementation of test_if_data_home_dir() | Sergei Golubchik | 2017-02-27 | 1 | -13/+31 |
| * | | compilation failure | Sergei Golubchik | 2017-02-27 | 1 | -1/+1 |
| * | | cleanup: fn_format, remove dead code | Sergei Golubchik | 2017-02-27 | 1 | -2/+1 |
| * | | minor typo in a description of mysql_parse() | Alexander Kuleshov | 2017-02-16 | 1 | -1/+1 |
* | | | MDEV-9573 'Stop slave' hangs on replication slave | Monty | 2017-02-28 | 1 | -25/+41 |
* | | | Merge remote-tracking branch 'origin/5.5' into 10.0 | vicentiu | 2017-01-06 | 1 | -9/+15 |
|\ \ \
| |/ / |
|
| * | | reduce code duplication a littlemariadb-5.5.54 | Sergei Golubchik | 2016-12-22 | 1 | -9/+14 |
* | | | Removed duplicate open_strategy assignments | Sergey Vojtovich | 2016-10-26 | 1 | -12/+0 |
* | | | Minor cleanups | Monty | 2016-08-22 | 1 | -0/+1 |
* | | | MDEV-8569 build_table_filename() doesn't support temporary tables. | Alexey Botchkov | 2016-07-18 | 1 | -0/+1 |
* | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-04-26 | 1 | -5/+25 |
|\ \ \
| |/ / |
|
| * | | MDEV-9142 :Adding Constraint with no database reference | Jan Lindström | 2016-04-23 | 1 | -5/+25 |
* | | | MDEV-9580 SHOW GRANTS FOR <current_user> fails | Sergei Golubchik | 2016-04-24 | 1 | -12/+1 |
* | | | Fix spelling: occurred, execute, which etc | Otto Kekäläinen | 2016-03-04 | 1 | -1/+1 |
* | | | Cleanup of slave code: | Monty | 2016-01-03 | 1 | -0/+1 |
* | | | Merge branch 'mdev7818-4' into bb-10.0-knielsenbb-10.0-knielsen | Kristian Nielsen | 2015-11-13 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Fix embedded server build after MDEV-7818 patch | Kristian Nielsen | 2015-11-13 | 1 | -0/+4 |
* | | | | Merge branch 'mdev7818-4' into bb-10.0-knielsen | Kristian Nielsen | 2015-11-13 | 1 | -0/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | MDEV-7818: Deadlock occurring with parallel replication and FTWRL | Kristian Nielsen | 2015-11-13 | 1 | -0/+13 |
* | | | | MDEV-9089 Server crashes in MDL_key::mdl_key_init (main.lowercase_table4 test... | Vladislav Vaintroub | 2015-11-10 | 1 | -0/+1 |
* | | | | remove unneded #include's that had a dubious explanation | Sergei Golubchik | 2015-10-24 | 1 | -1/+0 |
* | | | | fix the dbug tag name | Sergei Golubchik | 2015-10-22 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-10-09 | 1 | -13/+16 |
|\ \ \
| |/ / |
|
| * | | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-10-08 | 1 | -15/+18 |
| |\ \
| | |/ |
|