summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Better comments about KEY::ext_key_part_mapSergei Petrunia2014-09-251-1/+13
* MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergei Petrunia2014-09-251-4/+1
* MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergei Petrunia2014-09-251-3/+3
* Better commentsSergei Petrunia2014-09-251-6/+9
* Better commentsSergei Petrunia2014-09-241-0/+5
* Fix merge error on binlog_remove_pending_rows causing failureJan Lindström2014-09-103-22/+14
* Fix test failure on rpl_statements test by not listing wsrep variable.Jan Lindström2014-09-091-4/+5
* Merge ../10.1-orderby-fixes into 10.1Sergei Petrunia2014-09-094-34/+233
|\
| * Forgot one file in previous commitSergei Petrunia2014-08-271-0/+1
| * MDEV-6384: It seems like OPTIMIZER take into account the order of indexes in ...Sergei Petrunia2014-08-272-1/+118
| * MDEV-6480: Remove conditions for which range optimizer returned SEL_ARG::IMPO...Sergei Petrunia2014-08-273-33/+114
* | MDEV-6689: valgrind errors in view.test in 10.1Sergei Petrunia2014-09-043-6/+19
* | Merge revision 3882 from lp:maria/maria-10.0-galeraJan Lindström2014-08-291-48/+5
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-2770-156/+10786
|\ \ | |/ |/|
| * MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-2670-159/+10782
* | MDEV-6634: Wrong estimates for ref(const) and key IS NULL predicateSergei Petrunia2014-08-241-2/+9
* | MDEV-4262 - P_S discoverySergey Vojtovich2014-08-191-8/+0
* | MDEV-6575: main.view --ps-protocol fails in ANALYZE codeSergei Petrunia2014-08-131-1/+18
* | Made sql_log_slow a session variableMonty2014-08-0912-50/+48
* | Minor cleanups, fix compiler warningsMonty2014-08-093-6/+7
|/
* cleanup and updated test resultsSergei Golubchik2014-07-231-41/+23
* Fixed comment.Vicentiu Ciorbaru2014-07-231-5/+1
* Added default role implementationVicentiu Ciorbaru2014-07-236-30/+301
* Added extra error messages for default role.Vicentiu Ciorbaru2014-07-231-3/+9
* RBR triggers enabling in 10.1Oleksandr Byelkin2014-07-024-21/+1
* Remove out-of-date commentsSergei Petrunia2014-06-271-1/+1
* MDEV-6394: ANALYZE DELETE .. RETURNING fails with ERROR 2027 Malformed packet...mariadb-10.1.0Sergei Petrunia2014-06-262-12/+56
* Code cleanup, more tests.Sergei Petrunia2014-06-261-9/+1
* MDEV-6398: ANALYZE UPDATE does not populate r_rowsSergei Petrunia2014-06-265-20/+33
* MDEV-6395: Make ANALYZE UPDATE/DELETE handle the degenerate query plans.Sergei Petrunia2014-06-262-24/+33
* MDEV-6393: ANALYZE SELECT crashes ... Don't try printing EXPLAIN if we had an...Sergei Petrunia2014-06-261-1/+2
* remove unused sql/examplesSergei Golubchik2014-06-262-24/+0
* Code cleanupSergei Petrunia2014-06-262-19/+0
* MDEV-406: ANALYZE $stmt: Make multi-table UPDATE/DELETE work, code cleanup.Sergei Petrunia2014-06-263-14/+14
* MDEV-406: ANALYZE $stmt: fix "explain UPDATE view problem".Sergei Petrunia2014-06-251-0/+20
* MDEV-406: ANALYZE $stmt: more testcases, fix memory leakSergei Petrunia2014-06-251-0/+1
* Merge bb-10.1-explain-analyze into 10.1Sergei Petrunia2014-06-2518-549/+1093
|\
| * MDEV-406: ANALYZE $stmt: add support for BNL join bufferingSergei Petrunia2014-06-256-26/+60
| * MDEV-406: ANALYZE $stmt: Scans that never executed will have r_rows=NULLSergei Petrunia2014-06-242-8/+23
| * Fix compile on Windows: use rint() instead of round().Sergei Petrunia2014-06-241-1/+1
| * MDEV-406: ANALYZE $stmt: fix order_by.testSergei Petrunia2014-06-241-1/+2
| * MDEV-406: ANALYZE $stmt: get ANALYZE work for subqueriesSergei Petrunia2014-06-2410-453/+698
| * MDEV-406: ANALYZE $stmtSergei Petrunia2014-06-032-3/+12
| * MDEV-406: ANALYZE $stmtSergei Petrunia2014-06-034-17/+77
| * Re-commit in git:Sergei Petrunia2014-05-2713-58/+239
* | MDEV-4549 [PATCH] Clean up code working with ACL tablesSergei Golubchik2014-06-232-416/+258
* | MDEV-4260 Don't create frm files for temporary tablesSergei Golubchik2014-06-205-75/+22
* | remove HTON_FLUSH_AFTER_RENAME (BDB-ism, unused for years)Sergei Golubchik2014-06-202-19/+0
* | MDEV-6137 better help for SET/ENUM sysvarsSergei Golubchik2014-06-194-78/+25
* | MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-1513-67/+138