summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2015-11-1951-220/+455
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-11-184-0/+23
| |\
| | * MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waitsVladislav Vaintroub2015-11-171-0/+2
| | * DEV-8632 Segmentation fault on INSERTOleksandr Byelkin2015-11-094-0/+23
| | * MDEV-8701 Crash on derived queryOleksandr Byelkin2015-11-063-10/+26
| | * MDEV-7640: CHANGE MASTER TO doesn't work with prepared statementsNirbhay Choubey2015-10-113-1/+31
| * | MDEV-7370: Server deadlocks on renaming a table for which persistent statisti...Sergei Petrunia2015-11-182-3/+126
| * | Fixed buildbot failures on Solaris 64 bitMonty2015-11-181-1/+1
| * | MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waitsVladislav Vaintroub2015-11-171-0/+2
| * | Merge branch 'mdev7818-4' into bb-10.0-knielsenbb-10.0-knielsenKristian Nielsen2015-11-131-0/+4
| |\ \
| * \ \ Merge branch 'mdev7818-4' into bb-10.0-knielsenKristian Nielsen2015-11-138-85/+415
| |\ \ \
| * | | | MDEV-8476 Race condition in slave SQL thread shutdownMonty2015-11-123-22/+41
| * | | | MDEV-9089 Server crashes in MDL_key::mdl_key_init (main.lowercase_table4 test...Vladislav Vaintroub2015-11-101-0/+1
| * | | | MDEV#7383: engine-independent-stats column_stats has limited values for max/m...Sergei Petrunia2015-11-091-8/+8
| * | | | MDEV-8701 Crash on derived queryOleksandr Byelkin2015-11-053-10/+26
| * | | | MDEV-8913 Derived queries with same column names as final projection causes i...Oleksandr Byelkin2015-10-301-30/+5
| * | | | fix compilation with -DENABLED_PROFILING=OFFSergei Golubchik2015-10-301-0/+1
| * | | | MDEV-9014 SHOW TRIGGERS not case sensitiveSergei Golubchik2015-10-281-1/+1
| * | | | MDEV-8525 mariadb 10.0.20 crashing when data is read by Kodi media center (ht...Oleksandr Byelkin2015-10-281-0/+2
| * | | | MDEV-8756 MariaDB 10.0.21 crashes during PREPAREOleksandr Byelkin2015-10-281-2/+18
| * | | | MDEV-7930 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !=...Oleksandr Byelkin2015-10-281-2/+4
| * | | | MDEV-8805 - Assertion `!m_ordered_rec_buffer' failed inAditya A2015-10-281-0/+1
| * | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2015-10-2829-32/+9
| |\ \ \ \
| | * | | | merge commit 02b00b154Sergei Golubchik2015-10-241-4/+3
| | * | | | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-2428-28/+6
| * | | | | MDEV-8358 ALTER TABLE .. ADD PRIMARY KEY IF NOT EXISTS -> ERROR 1068 (42000):...Alexey Botchkov2015-10-251-0/+11
| |/ / / /
| * | | | Fixed MDEV-8408Monty2015-10-234-23/+33
| * | | | MDEV-8614 Assertion `status == 0' failed in add_role_user_mapping_action on R...Sergei Golubchik2015-10-221-2/+2
| * | | | MDEV-8609 Server crashes in is_invalid_role_name on reloading ACL with a blan...Sergei Golubchik2015-10-221-2/+4
| * | | | MDEV-7656 init_file option does not allow changing passwordsSergei Golubchik2015-10-221-1/+2
| * | | | fix the dbug tag nameSergei Golubchik2015-10-221-1/+1
| * | | | Allow mysql_upgrade to enable event after table is correctedMichael Widenius2015-10-215-100/+146
| * | | | Set opt_noacl (running with--skip-grant-tables) to 0 if weMichael Widenius2015-10-211-0/+1
| * | | | MDEV-7640: CHANGE MASTER TO doesn't work with prepared statementsNirbhay Choubey2015-10-113-1/+31
* | | | | Incorrect statements binlogged on slave with do_domain_ids=(...)Nirbhay Choubey2015-11-181-16/+3
* | | | | MDEV-4829 BEFORE INSERT triggers dont issue 1406 error.Alexey Botchkov2015-11-171-0/+3
* | | | | MDEV-8453 Alter table not returning engine errorsSergei Golubchik2015-11-162-34/+7
* | | | | remove obsolete workaroundSergei Golubchik2015-11-161-23/+0
* | | | | compiler warning (no return in non-void function)Sergei Golubchik2015-11-161-2/+1
* | | | | Merge branch 'mdev7818-4' into bb-10.1-knielsenKristian Nielsen2015-11-131-0/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix embedded server build after MDEV-7818 patchKristian Nielsen2015-11-131-0/+4
| | |/ / | |/| |
* | | | Merge branch 'mdev7818-4' into 10.1Kristian Nielsen2015-11-138-85/+415
|\ \ \ \ | |/ / /
| * | | MDEV-7818: Deadlock occurring with parallel replication and FTWRLKristian Nielsen2015-11-135-22/+310
| * | | MDEV-7818: Deadlock occurring with parallel replication and FTWRLKristian Nielsen2015-11-131-62/+76
| * | | Change Seconds_behind_master to be updated only at commit in parallel replica...Kristian Nielsen2015-11-134-1/+29
| |/ /
* | | Change stage_copying_to_tmp_table to stage_creating_tmp_table like in MySQL.Monty2015-11-101-1/+1
* | | MDEV-8426 mysqlbinlog: "Corrupted replication event was detected.Monty2015-11-101-44/+129
* | | Ignore MySQL 5.7 log events not relevant for MariaDBMonty2015-11-102-0/+17
* | | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields.Monty2015-11-107-41/+67
* | | table->write_set was changed if binary logging was used, which caused theMonty2015-11-1010-91/+110