summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2017-07-0711-164/+269
|\
| * after-merge fix for a7ed4644a6fSergei Golubchik2017-07-061-1/+0
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-07-0610-160/+232
| |\
| | * bugfix: long partition namesSergei Golubchik2017-07-063-134/+191
| | * MDEV-10146: Wrong result (or questionable result and behavior) with aggregate...Oleksandr Byelkin2017-07-051-0/+7
| | * sql_class: incorrect assignment in Security_context::destroyDaniel Black2017-07-041-1/+1
| | * thread_group_close: release mutex in all branchesDaniel Black2017-07-031-6/+8
| | * item_timefunc: identical operandsDaniel Black2017-07-031-1/+1
| * | Fix for MDEV-9670 server_id mysteriously set to 0Andrei Elkin2017-07-021-3/+29
| * | Fix for MDEV-13191. Assert for !is_set() when doing LOAD DATAMonty2017-07-021-1/+9
* | | Fix warning discovered by ASANEugene Kosov2017-07-051-2/+5
* | | Ensure that we have LOG_log locked when relay_log.close is calledMonty2017-07-031-2/+9
* | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-038-26/+74
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-06-303-1/+7
|\ \ \ | |/ /
| * | Fix debug assert post MDEV-10306Vicențiu Ciorbaru2017-06-291-1/+1
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-06-282-0/+6
| |\ \ | | |/
| | * MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2017-06-272-0/+6
* | | MDEV-11646 main.myisam, maria.maria, main.mix2_myisam, main.myisampack, main....Sergei Golubchik2017-06-302-16/+2
* | | Merge branch 'bb-10.1-vicentiu' into 10.1Vicențiu Ciorbaru2017-06-2713-175/+278
|\ \ \
| * | | Fix merge error from 10.0Vicențiu Ciorbaru2017-06-261-1/+1
| * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-2113-175/+278
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-206-38/+111
| | |\ \ | | | |/
| | | * MDEV-13017 LOCK TABLE fails with irrelevant error while working with tables a...Sergei Golubchik2017-06-141-0/+3
| | | * cleanup: remove duplicate codeSergei Golubchik2017-06-142-24/+15
| | | * MDEV-13063 Server crashes in intern_plugin_lock or assertion `plugin_ptr->ref...Sergei Golubchik2017-06-141-1/+1
| | | * cleanup: move common test into a functionSergei Golubchik2017-06-141-8/+10
| | | * Fixed the bug mdev-12855.Igor Babaev2017-06-071-1/+4
| | | * Fixed the bug mdev-12963.Igor Babaev2017-06-071-0/+1
| | | * Fixed the bug mdev-12838.Igor Babaev2017-06-073-5/+78
| | * | MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in su...Alexander Barkov2017-06-195-130/+126
| | * | MDEV-12666: CURRENT_ROLE() and DATABASE() does not work in a viewVicențiu Ciorbaru2017-06-154-9/+29
| | * | MDEV-10463: Granted as a whole to roles, databases are not show in SHOW DATAB...Vicențiu Ciorbaru2017-06-151-4/+11
| | * | Update MariaDB Foundation sponsors=Ian Gilfillan2017-06-151-0/+2
* | | | MDEV-10880: Assertions `keypart_map' or `prebuilt->search_tuple->n_fields > 0...Oleksandr Byelkin2017-06-231-1/+1
* | | | MDEV-12819 order by ordering expression changed to empty string when creatin ...Oleksandr Byelkin2017-06-221-1/+3
* | | | MDEV-13012 Assertion `share->error' failed in discover_handlerton upon execut...Sergei Golubchik2017-06-223-5/+12
|/ / /
* | | MDEV-12620 - set lock_wait_timeout = 1;flush tables with read lock;Sergey Vojtovich2017-06-161-1/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2017-06-061-4/+25
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2017-05-291-4/+25
| |\ \ | | |/
| | * MDEV-11958: LEFT JOIN with stored routine produces incorrect resultOleksandr Byelkin2017-05-231-4/+25
* | | MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slaveSachin Setiya2017-06-053-3/+58
* | | cleanup: remove Regexp_processor_pcre::m_subpatterns_neededSergei Golubchik2017-05-293-9/+6
* | | MDEV-12942 REGEXP_INSTR returns 1 when using bracketsSergei Golubchik2017-05-291-2/+2
* | | Fixed the bug mdev-12931.mariadb-10.1.24Igor Babaev2017-05-291-1/+2
* | | MDEV-11196: Error:Run-Time Check Failure #2 - Stack around the variable 'key_...bb-mdev-12229Varun Gupta2017-05-281-1/+38
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2017-05-262-1/+14
|\ \ \
| * | | Fix galera tests part II(Fix previous commit)Sachin Setiya2017-05-082-2/+2
| * | | Fix galera test failures.Sachin Setiya2017-05-081-1/+1
| * | | fix warning "ignoring return value" of fwrite.Jan Lindström2017-04-051-1/+5
| * | | Fix compiler warnings on gcc 6.x.Jan Lindström2017-04-053-4/+4