summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | MDEV-13649: Server crashes in set_field_to_null_with_conversions or in Field:...Vicențiu Ciorbaru2017-09-191-5/+5
* | | | | MDEV-13358: FIRST_V throw SQL Fehler (1292): Incorrect datetime valueVicențiu Ciorbaru2017-09-191-9/+7
* | | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-198-47/+60
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-195-50/+56
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix merge errorVicențiu Ciorbaru2017-09-191-2/+2
| | * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-09-193-9/+13
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-08-161-2/+2
| | | * | MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-092-5/+9
| | * | | MDEV-13685 Can not replay binary log due to Illegal mix of collations (latin1...Alexander Barkov2017-09-151-1/+4
| | * | | Merge branch 'bb-10.0-wlad' into 10.0Vladislav Vaintroub2017-09-091-40/+39
| | |\ \ \
| | | * | | Build improvements and cleanups.Vladislav Vaintroub2017-09-081-40/+39
| * | | | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2017-09-191-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Fix test failures on embedded server.Jan Lindström2017-08-311-1/+2
| * | | | | MDEV-13157 Specifying DATA DIRECTORY in tables leads to failing EXCHANGE PART...Sergei Golubchik2017-09-183-6/+9
* | | | | | MDEV-13751 Interrupted SELECT fails with 1030: 'Got error 1 "Operation not pe...Sergei Golubchik2017-09-181-4/+9
* | | | | | MDEV-13673 Bad result in viewSergei Golubchik2017-09-181-1/+2
* | | | | | MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2017-09-181-0/+20
* | | | | | MDEV-13596 CHECK constraints disallow NULL to pass through, violating SQLSergei Golubchik2017-09-181-1/+2
* | | | | | cleanupSergei Golubchik2017-09-183-27/+9
* | | | | | compiler warningSergei Golubchik2017-09-181-1/+1
* | | | | | bugfix: TIME_FORMAT() should be ok in stored generated columnsSergei Golubchik2017-09-181-0/+2