summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | cppcheck harmless warningsSergei Golubchik2017-10-041-1/+1
* | Fix several truncation and formatting warnings.Vladislav Vaintroub2017-10-036-17/+17
* | Avoid using HA_POS_ERROR constant when passing around values of type double.Sergei Petrunia2017-10-032-5/+8
* | 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
* | Fix some conversion warnings.Vladislav Vaintroub2017-09-304-11/+11
* | In table cache code, fix casts from longlong to long forVladislav Vaintroub2017-09-295-20/+23
* | Fix DBUG_PRINT formatting in query cache.Vladislav Vaintroub2017-09-291-2/+2
* | fix some conversion warningsVladislav Vaintroub2017-09-288-17/+17
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-2858-245/+283
* | MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parametersVladislav Vaintroub2017-09-281-5/+5
* | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-2850-424/+424
* | Moved autosetting of host_cache_size and back_log to proper placebb-10-3-markoMonty2017-09-262-20/+35
* | Merge 10.1 into 10.2Marko Mäkelä2017-09-252-11/+5
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2017-09-251-11/+2
| |\
| | * Fix compile with -DWITHOUT_DYNAMIC_PLUGINS on UnixVladislav Vaintroub2017-09-231-11/+2
| * | MDEV-8840: ANALYZE FORMAT=JSON produces wrong data with BKAVarun Gupta2017-09-241-0/+3
* | | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-223-20/+57
* | | bugfix: ALTER TABLE and TIMESTAMPs around DST change timeSergei Golubchik2017-09-222-0/+22
* | | MDEV-13868 cannot insert 1288481126 in a timestamp column in Europe/MoscowSergei Golubchik2017-09-224-32/+21
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-09-222-17/+45
|\ \ \ | |/ /
| * | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-213-7/+30
| * | MDEV-12672 Replicated TIMESTAMP fields given wrong value near DST changeSergei Golubchik2017-09-211-1/+15
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-09-213-14/+45
| |\ \ | | |/
| | * MDEV-13861 Assertion `0' failed in Protocol::end_statementSergei Golubchik2017-09-211-1/+2
| | * cleanup: TABLE_LIST::view_check_optionSergei Golubchik2017-09-211-17/+20
| | * MDEV-12290 Wrong timestamps in binary log causes replication issuesSachin Setiya2017-09-211-1/+3
| | * MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Sergei Golubchik2017-09-202-4/+29
* | | Fix -Wimplicit-fallthrough warnings (no functional change)Marko Mäkelä2017-09-201-0/+1
* | | MDEV-13847 Allow ALTER TABLE…ADD SPATIAL INDEX…ALGORITHM=INPLACEMarko Mäkelä2017-09-201-4/+0
* | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-202-3/+7
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-201-0/+3
| |\ \ | | |/
| | * Merge branch 'bb-10.0-vicentiu' into 10.0Vicențiu Ciorbaru2017-09-203-9/+13
| | |\
| | * | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Oleksandr Byelkin2017-09-191-0/+3
| * | | Merge branch 'bb-10.1-vicentiu' into 10.1Vicențiu Ciorbaru2017-09-206-51/+57
| |\ \ \
| * | | | MDEV-13850: Uninitialized variable at wsrep_binlog.cc:455Jan Lindström2017-09-201-1/+1
* | | | | MDEV-13354: Server crashes in find_field_in_tables upon PS with window functi...Vicențiu Ciorbaru2017-09-191-2/+3
* | | | | MDEV-13774: Server Crash on Execute of SQL StatementVicențiu Ciorbaru2017-09-192-2/+24