summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-2627-358/+1368
* MDEV-17792 New class Timestamp and cleanups in Date, Datetime, Field for roun...Alexander Barkov2018-11-229-76/+184
* Merge 10.3 into 10.4Marko Mäkelä2018-11-211-1/+5
|\
| * Merge bb-10.3-release into 10.3Marko Mäkelä2018-11-201-1/+5
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2018-11-158-9/+94
| | |\
* | | | Fixing compilation failure on Windows introduced by MDEV-17776Alexander Barkov2018-11-211-0/+1
* | | | MDEV-14500 filesort to support engines with slow rnd_posSergei Golubchik2018-11-204-23/+57
* | | | misc cleanupSergei Golubchik2018-11-204-25/+19
* | | | cleanup: rename a flag, keep old name for compatibilitySergei Golubchik2018-11-202-2/+3
* | | | cleanup: remove HA_WANTS_PRIMARY_KEY as redundantSergei Golubchik2018-11-203-11/+9
* | | | MDEV-17776 CAST(x AS INTERVAL DAY_SECOND(N))Alexander Barkov2018-11-205-0/+76
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-1929-567/+1550
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-198-8/+100
| |\ \ \
| | * | | MDEV-17726: A better fixMarko Mäkelä2018-11-161-2/+1
| | * | | MDEV-13170: Database service (MySQL) stops after update with triggerVarun Gupta2018-11-161-0/+12
| | | |/ | | |/|
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-154-87/+140
| | |\ \
| | | * \ Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-154-87/+140
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-154-87/+140
| | | | |\ \
| | | | | * | Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-154-87/+140
| | * | | | | MDEV-17726 Assertion `sqlcom != SQLCOM_TRUNCATE' failed in ha_innobase::delet...Marko Mäkelä2018-11-151-1/+2
| | * | | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-141-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-141-1/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-11167: InnoDB: Warning: using a partial-field key prefix in search, resu...Oleksandr Byelkin2018-11-071-1/+1
| | * | | | | MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...bb-10.2-MDEV-16217Oleksandr Byelkin2018-11-144-4/+44
| | * | | | | MDEV-12575: Server crash in AGGR_OP::put_record or in JOIN_CACHE::free or Inv...Varun Gupta2018-11-101-0/+12
| | * | | | | MDEV-16174 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2018-11-091-0/+1
| | * | | | | MDEV-17574 SIGSEGV or Assertion `producing_item != __null' inIgor Babaev2018-11-082-3/+30
| * | | | | | MDEV-16448 mysql_upgrade_service remove my.ini variables that are no more validVladislav Vaintroub2018-11-153-50/+320
| | |_|_|_|/ | |/| | | |
| * | | | | MDEV-17278 CURSOR FOR LOOP - ERROR: unexpected end of stream, read 0 bytes (S...Alexander Barkov2018-11-141-11/+13
| * | | | | MDEV-17698 MEMORY engine performance regressionAlexander Barkov2018-11-143-11/+39
| * | | | | MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in...Alexander Barkov2018-11-135-27/+36
| * | | | | MDEV-17437 followup: fixing compilation on non-HAVE_POLL.Andrei Elkin2018-11-132-3/+4
| * | | | | compiler warning: this statement may fall throughSergei Golubchik2018-11-131-2/+1
| * | | | | MDEV-16241 Assertion `inited==RND' failed in handler::ha_rnd_end()Aleksey Midenkov2018-11-131-1/+2
| * | | | | MDEV-17437 Semisync master fires invalid fd value assertAndrei Elkin2018-11-132-48/+154
| * | | | | MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value...Alexander Barkov2018-11-132-12/+84
| * | | | | MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,...Alexander Barkov2018-11-124-34/+97
| * | | | | MDEV-17669 Add sql_mode specific tokens for the keyword DECLAREAlexander Barkov2018-11-125-19/+27
| * | | | | MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reservedAlexander Barkov2018-11-125-5/+11
| * | | | | MDEV-17664 Add sql_mode specific tokens for ':' and '%'Alexander Barkov2018-11-114-82/+151
| * | | | | A join patch for MDEV-17660 and MDEV-17661Alexander Barkov2018-11-104-32/+69
| * | | | | MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-097-146/+370
| * | | | | MDEV-17387 MariaDB Server giving wrong error while executing select query fro...Alexander Barkov2018-11-095-36/+25
| * | | | | Fix typo sql_yaccAnel Husakovic2018-11-081-2/+2
* | | | | | Grammar cleanup: adding missing and removing redundant semicolonsAlexander Barkov2018-11-192-46/+81
* | | | | | MDEV-17740 Extend EXTRACT(x AS DAY*) to understand long time intervalsAlexander Barkov2018-11-176-40/+143
* | | | | | MDEV-17712 Remove C_TIME_FUZZY_DATES, C_TIME_DATETIME_ONLY, C_TIME_TIME_ONLYAlexander Barkov2018-11-146-35/+47
* | | | | | MDEV-17694 Add method LEX::sp_proc_stmt_statement_finalize()Alexander Barkov2018-11-145-98/+75
* | | | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-0817-33/+61
|\ \ \ \ \ \ | |/ / / / /
| * | | | | After-merge fixes to the Oracle compatibility parserMarko Mäkelä2018-11-081-2/+12