summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-03-2828-190/+239
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-03-2511-32/+27
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-03-236-3/+18
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-03-236-3/+18
| | | |\
| | | | * MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-223-1/+10
| | | | * MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-212-1/+7
| | | | * MDEV-15555: select from DUAL where false yielding wrong result when in a INVarun Gupta2018-03-211-1/+1
| | | * | MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_t...Varun Gupta2018-03-171-1/+3
| | * | | MDEV-10269 - Killed queries from I_S stay in 'Killed' state for longSergey Vojtovich2018-03-231-0/+7
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-233-26/+2
| | * | | wsrep_sst_auth: fix a memory leakSergei Golubchik2018-03-231-2/+2
| | * | | Allow table-less selects even when wsrep is not readySergei Golubchik2018-03-231-3/+1
| * | | | MDEV-15570 Assertion `Item_cache_temporal::field_type() != MYSQL_TYPE_TIME' f...Sergei Golubchik2018-03-231-1/+0
| * | | | Fix unused variable thd warning in embeddedVicențiu Ciorbaru2018-03-221-1/+1
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-221-0/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15633 Memory leak after MDEV-15005Alexander Barkov2018-03-221-0/+5
| | * | | Partially revert commit 2a729b5f4b14f9f04cf81e1d8dd4eec4ad6cb7cdMarko Mäkelä2018-03-211-8/+0
| | * | | Remove orphan wsrep_node_is_ready()Marko Mäkelä2018-03-211-15/+0
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-218-35/+100
| |\ \ \ \ | | |/ / /
| | * | | Refs: MW-245 - changed logic so that in non primary node it is possible to do...sjaakola2018-03-201-3/+4
| | * | | Refs MW-245 - logic was wrong in detecting if queries are allowed in non prim...sjaakola2018-03-201-1/+2
| | * | | refs MW-245 - allowing USE <database> with dirty reads configuration - fix fo...sjaakola2018-03-202-19/+18
| | * | | refs MW-245 - merged wsrep_dirty_reads and wsrep_reject_queries from PXCsjaakola2018-03-206-9/+83
| | * | | MDEV-15005 ASAN: stack-buffer-overflow in my_strnncollsp_simpleAlexander Barkov2018-03-191-0/+7
| | * | | MDEV-14875: galera_new_cluster crashes mysqld when existing server contains d...Jan Lindström2018-03-191-4/+4
| | * | | MDEV-15321:different results when using value of optimizer_use_condition_sele...Varun Gupta2018-03-161-6/+8
| * | | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-162-5/+2
| * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2018-03-166-65/+43
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-162-5/+2
| | * | | Merge branch '10.1' into MDEV-13549-fixes-for-galera_var_max_ws_rowsJan Lindström2018-03-158-16/+27
| | |\ \ \
| | | * \ \ Merge pull request #653 from codership/MDEV-13549-fixes-for-MW-286Jan Lindström2018-03-152-4/+4
| | | |\ \ \
| | | | * | | MDEV-13549 Wrong usage of mutex 'LOCK_wsrep_thd' and 'LOCK_thd_kill' test gal...Daniele Sciascia2018-03-081-3/+3
| | | | * | | MDEV-13549 Fix and re-enable test galera.MW-286Daniele Sciascia2018-03-081-1/+1
| | | * | | | A 32bit cleanup for MDEV-14452 Precision in INTERVAL xxx DAY_MICROSECOND pars...Alexander Barkov2018-03-151-2/+2
| | | * | | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2018-03-152-1/+5
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-03-141-1/+3
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | MDEV-15235: Assertion `length > 0' failed in create_ref_for_keyVarun Gupta2018-03-111-1/+3
| | | | * | | MDEV-13202 Assertion `ltime->neg == 0' failed in date_to_datetimeAlexander Barkov2018-03-131-0/+2
| | | * | | | MDEV-14452 Precision in INTERVAL xxx DAY_MICROSECOND parsed wrong?Alexander Barkov2018-03-141-4/+10
| | | * | | | MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-03-122-5/+4
| | | * | | | Merge 10.0 into 10.1Marko Mäkelä2018-03-091-2/+4
| | | |\ \ \ \ | | | | |/ / / | | | | | | / | | | | |_|/ | | | |/| |
| | | | * | MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-03-091-2/+4
| | * | | | MDEV-13549 Fix for test galera.galera_var_max_ws_rowsDaniele Sciascia2018-03-131-33/+0
| | |/ / /
| * | | | MDEV-15478: Lost name of a explicitly named CTE column used inGalina Shalygina2018-03-161-1/+1
| * | | | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-142-74/+20
| * | | | MDEV-11839 move value caching from get_datetime_value to fix_fields timeSergei Golubchik2018-03-143-93/+82
| * | | | bugfix: Item_cache_temporal::convert_to_basic_const_item assumed DATETIMESergei Golubchik2018-03-141-3/+12
| * | | | bugfix: Item_cache_temporal::get_date() didn't set null_valueSergei Golubchik2018-03-141-1/+1
| * | | | cleanup: extend Item_cache::get_cache() to accept f_typeSergei Golubchik2018-03-143-13/+15
| * | | | cleanup: Arg_comparator::cache_converted_constant()Sergei Golubchik2018-03-142-6/+5