summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-2136-174/+177
|\
| * MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-1911-25/+1
| * MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in manymariadb-10.0.23Sergey Vojtovich2015-12-161-3/+0
| * after-merge fix partitioning testsSergei Golubchik2015-12-151-0/+1
| * MDEV-9147: Character set is ignored in Dynamic Column for saved stringOleksandr Byelkin2015-12-151-0/+2
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-12-1316-61/+62
| |\
| | * MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns al...Sergei Golubchik2015-12-111-1/+1
| | * revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2Sergei Golubchik2015-12-111-3/+1
| | * revert 415faa122b9c683661dafac82fff414fa6864151Sergei Golubchik2015-12-112-35/+0
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-0912-52/+94
| | |\
| | | * Bug #22123583: MYSQL 5.5: MAIN.SP HAS VALGRIND ISSUESSreeharsha Ramanavarapu2015-11-032-79/+104
| | | * Bug #22023218: MYSQL 5.5: MAIN.FULLTEXT HAS VALGRIND ISSUES.Sreeharsha Ramanavarapu2015-11-031-10/+26
| | | * Bug#20755389 SERVER CRASHES IN ITEM_FUNC_GROUP_CONCAT::FIX_FIELDS ONChaithra Gopalareddy2015-11-021-1/+3
| | | * Bug #20447262: REPEATED EXECUTION OF PREPARED STATEMENTS FAILS, IF DEFAULT DA...Mithun C Y2015-10-221-2/+2
| | | * Bug #21602056 : CONCURRENT FLUSH PRIVILEGES + REVOKE/GRANTArun Kuruvila2015-10-141-0/+8
| | | * Bug #20007383: HANDLE_FATAL_SIGNAL (SIG=11) IN UPDATE_REF_AND_KEYS.Mithun C Y2015-10-121-6/+6
| | | * Bug #19894161: FATAL SIGNAL 11 INSreeharsha Ramanavarapu2015-10-061-3/+13
| | | * Bug #19434916: FATAL_SIGNAL IN ADD_KEY_EQUAL_FIELDS() WITHSreeharsha Ramanavarapu2015-10-012-1/+37
| | | * Bug#20755615 CREATING INDEX ON A RENAMED COLUMN WITH CASE CRASH .FRMAditya A2015-09-221-4/+16
| | | * Bug #21370329 : FLUSH DES_KEY_FILE MAY NOT WORKArun Kuruvila2015-09-222-3/+5
| | | * Bug #19929406: HANDLE_FATAL_SIGNAL (SIG=11) INSreeharsha Ramanavarapu2015-09-183-33/+25
| | * | MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the se...Sergei Golubchik2015-12-081-1/+1
| | * | small cleanup: udf_init()/udf_free() callsSergei Golubchik2015-12-083-13/+8
| | * | MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMsSergei Golubchik2015-12-081-2/+3
| | * | MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare...Jan Lindström2015-12-071-2/+3
| | * | MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY"Alexander Barkov2015-12-031-1/+1
| | * | MDEV-8756 MariaDB 10.0.21 crashes during PREPAREOleksandr Byelkin2015-11-201-2/+18
| * | | fix a few spelling mistakesSergei Golubchik2015-12-112-2/+2
| * | | comment spelling Initailize -> InitializeDaniel Black2015-12-111-1/+1
| * | | MDEV-7215 EXPLAIN REPLACE produces an error: Column count doesn't match value...Oleksandr Byelkin2015-12-101-5/+0
| * | | MDEV-9156 : Fix tp_add_connection()'s error handlingVladislav Vaintroub2015-12-044-12/+19
| * | | Disable buffering when writing to mysqld's stdin.Vladislav Vaintroub2015-12-021-0/+4
| * | | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-2911-79/+65
| * | | Fix a typo bug in table_multi_eq_cond_selectivity(). It causes compilerSergei Petrunia2015-11-251-1/+1
| * | | Fixed failures in rpl_parallel2Monty2015-11-234-8/+19
| * | | Fixed compiler warningsMonty2015-11-233-3/+3
* | | | MDEV-9214 Server miscalculates the number of XA-capable enginesSergei Golubchik2015-12-191-4/+2
* | | | MDEV-9183 MariaDB 10.1 crash on `mysqld --verbose --help`Sergei Golubchik2015-12-191-0/+1
* | | | Fixed a bug in galera + some failing galera testsMonty2015-12-101-0/+1
* | | | Windows : Fix crash with "uninitialized variable keyname used"Vladislav Vaintroub2015-12-021-1/+1
* | | | Fix a typo (this is not a user-visible bug as currently there areSergei Petrunia2015-11-251-1/+1
* | | | MDEV-7588 Add thd_wait_begin/thd_wait_end to wait_for_binlog_endposVladislav Vaintroub2015-11-241-0/+2
* | | | MDEV-7806 - thread_pool_size is not auto-sizedSergey Vojtovich2015-11-231-4/+5
* | | | 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