summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | MDEV-13721 Assertion is_lock_owner() failed in mysql_rm_table_no_locksAleksey Midenkov2017-10-221-1/+20
* | | | | | Reset table->record[1] early for sequences to fix comparision of innodb rowMonty2017-10-223-7/+7
* | | | | | MDEV-13711 Assertion failure on CREATE TABLE .. LIKE <sequence>Aleksey Midenkov2017-10-222-3/+2
* | | | | | MDEV-13714 Value of SEQUENCE table option is ignored upon creationAleksey Midenkov2017-10-222-2/+2
* | | | | | MDEV-13715 Server crashes in ha_partition::engine_nameAleksey Midenkov2017-10-221-1/+1
* | | | | | A cleanup for MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-10-202-8/+4
* | | | | | MDEV-14092 NEXTVAL fails on slaveMichael Widenius2017-10-193-12/+20
* | | | | | sp_rcontext::sp cleanupAlexander Barkov2017-10-195-30/+24
* | | | | | Moving a piece of open_and_process_routine() into a new function sp_acquire_r...Alexander Barkov2017-10-191-23/+41
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-1846-189/+320
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-10-1345-175/+286
| |\ \ \ \ \
| | * | | | | Fixed the bug mdev-13796.Igor Babaev2017-10-113-2/+36
| | * | | | | MDEV-14038 ALTER TABLE does not exit on error with InnoDB + bad default functionAlexander Barkov2017-10-112-7/+8
| | * | | | | MDEV-13923 Assertion `!is_set() || (m_status == DA_OK_BULK &&Alexey Botchkov2017-10-112-2/+7
| | * | | | | Fix warnings in Win64Vladislav Vaintroub2017-10-111-1/+2
| | * | | | | Fix test failure on galera.view caused by incorrect locationJan Lindström2017-10-101-1/+2
| | * | | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-1030-142/+142
| | * | | | | MW-416 DDL replication moved after acl checkingsjaakola2017-10-101-8/+22
| | * | | | | MW-416sjaakola2017-10-101-1/+1
| | * | | | | MW-416sjaakola2017-10-105-11/+44
| | * | | | | merge 10.1->10.2Vladislav Vaintroub2017-10-072-0/+16
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-13242 Wrong results for queries with row constructors and information_sc...Alexander Barkov2017-10-052-0/+16
| | * | | | | MDEV-12705 10.1.18-MariaDB-1~jessie - mysqld got signal 11.Alexey Botchkov2017-10-071-2/+8
| * | | | | | Post-merge fix: put back UTF-8 text that kdiff3 destroyedSergei Petrunia2017-10-071-3177/+3179
| * | | | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-10-06104-4085/+4259
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-11586 UNION of FLOAT type results in erroneous precisionAlexander Barkov2017-10-061-1/+1
| | * | | | | MDEV-13703 Illegal mix of collations for operation 'json_object' onAlexey Botchkov2017-10-061-2/+4
| | * | | | | MDEV-12311 Insufficient check for argument validity in JSON functions.Alexey Botchkov2017-10-051-1/+8
| | * | | | | MDEV-13306 JSON_CONTAINS returns wrong value.Alexey Botchkov2017-10-051-0/+7
| * | | | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-09-19128-2377/+4266
| |\ \ \ \ \ \
| * | | | | | | Merge mergetrees/merge-myrocks into bb-10.2-mariarocks-mergeSergei Petrunia2017-09-181-0/+61
* | | | | | | | MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULLhalfspawn2017-10-1410-63/+111
* | | | | | | | MDEV-14012 - sql_mode=Oracle: substr(): treat position 0 as position 1halfspawn2017-10-067-20/+96
* | | | | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-10-041-1/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | cppcheck harmless warningsSergei Golubchik2017-10-041-1/+1
* | | | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-044-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix several truncation and formatting warnings.Vladislav Vaintroub2017-10-036-17/+17
* | | | | | | | MDEV-12874 UPDATE statements with the same source and targetSergei Golubchik2017-10-031-2/+5
* | | | | | | | MDEV-12874 UPDATE statements with the same source and targethalfspawn2017-10-031-12/+5
* | | | | | | | MDEV-13911 Support ORDER BY and LIMIT in multi-table updateSergei Golubchik2017-10-033-15/+10
* | | | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-032-5/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Avoid using HA_POS_ERROR constant when passing around values of type double.Sergei Petrunia2017-10-032-5/+8
* | | | | | | | Fixing Item_func_hybrid_field_type::date_op(,uint) to date_op(,ulonglong)Alexander Barkov2017-10-035-16/+25
* | | | | | | | Fix compiler error on Win64 - do not truncate pointer in DBUGVladislav Vaintroub2017-10-032-4/+4
* | | | | | | | A cleanup for MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-10-034-14/+19
* | | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-0291-713/+743
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.1 into 10.2Marko Mäkelä2017-10-021-6/+0
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | MDEV-13897 SELECT @a := MAX(col) FROM t requires full index scanmariadb-10.1.28Sergei Golubchik2017-09-271-6/+0
| | * | | | | | cleanup: remove useless "inline" keywordsSergei Golubchik2017-09-271-1/+1
| | * | | | | | MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-271-1/+1