summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9170 Get rid of LEX::length and LEX::decAlexander Barkov2015-11-235-238/+252
* MDEV-9169 BINLOG_SYM in keywords_sp causes shift/reduce conflictsAlexander Barkov2015-11-231-3/+3
* MDEV-9166 Wrong error message and shift/reduce conflicts in the RETURNS clauseAlexander Barkov2015-11-231-7/+21
* Merge branch '10.1' into 10.2Sergei Golubchik2015-11-2072-564/+1366
|\
| * Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-11-205-10/+10
| |\
| | * Fixed compile warnings on SolarisMonty2015-11-205-10/+10
| * | cleanupSergei Golubchik2015-11-201-1/+2
| * | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-1915-170/+444
| |\ \
| | * \ Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-3173-458/+1118
| | |\ \
| | * | | refs codership/mysql-wsrep#202 Fix bad cherry-pick (and the compiler warnings...Philip Stoev2015-10-191-2/+3
| | * | | refs codership/mysql-wsrep#202 Added schema info into wsrep messagesPhilip Stoev2015-10-198-36/+79
| | * | | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-09-254-31/+69
| | |\ \ \
| | | * | | MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-251-1/+11
| | | * | | Cleanup: remove dead code which could also lead to race.Nirbhay Choubey2015-09-211-18/+2
| | | * | | Post-merge fix.Nirbhay Choubey2015-09-211-2/+2
| | | * | | MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-163-18/+57
| | * | | | Avoid caching wsrep threads (fixed the erroneous condition).Nirbhay Choubey2015-09-141-1/+1
| | * | | | refs codership/mysql-wsrep#188Nirbhay Choubey2015-09-101-0/+2
| | * | | | refs codership/mysql-wsrep#181Nirbhay Choubey2015-09-101-20/+59
| | * | | | Bug#1421360: Add 'FLUSH TABLES' to Total Order Isolation execution.Raghavendra D Prabhu2015-09-091-0/+19
| | * | | | This commit fixesAlexey Yurchenko2015-09-091-3/+2
| | * | | | Refs codership/mysql-wsrep#141: this commitAlexey Yurchenko2015-09-091-2/+3
| | * | | | Refs codership/mysql-wsrep#132sjaakola2015-09-092-0/+2
| | * | | | Refs codership/mysql-wsrep#113sjaakola2015-09-091-5/+2
| | * | | | Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSHsjaakola2015-09-098-23/+26
| | * | | | refs codership/mysql-wsrep#114 - skipping TOI if not using wsrep providersjaakola2015-09-091-1/+1
| | * | | | Refs codership/mysql-wsrep#113sjaakola2015-09-095-4/+25
| | * | | | refs codership/mysql-wsrep#110 - clear table map events on SAVEPOINTTeemu Ollakka2015-09-091-0/+5
| | * | | | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-09-095-95/+247
| | |\ \ \ \ | | | |/ / /
| | | * | | Fixing donate callback return codeAlexey Yurchenko2015-09-091-1/+1
| | | * | | Logging message cleanupAlexey Yurchenko2015-09-091-2/+2
| | | * | | This commit fixesAlexey Yurchenko2015-09-093-7/+6
| | | * | | Refs codership/mysql-wsrep#141: this commitAlexey Yurchenko2015-09-094-73/+235
| | | * | | Fixes codership/mysql-wsrep#118Alexey Yurchenko2015-09-091-13/+4
| * | | | | rbr and savepoint in a subtatementSergei Golubchik2015-11-191-3/+22
| * | | | | 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