summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16536 Remove shared memory transportVladislav Vaintroub2018-08-203-388/+26
* MDEV-17015 Assertion `m_year <= 9999' failed in Year::Year upon bad argument ...Alexander Barkov2018-08-181-2/+2
* Fixed ASAN failure for the test main.func_misc.Varun Gupta2018-08-182-2/+5
* Merge 10.3 into 10.4Marko Mäkelä2018-08-1639-214/+416
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2018-08-126-16/+16
| |\
| | * SLES11 OpenSSL 0.9.8 supportSergei Golubchik2018-08-091-1/+1
| | * MDEV-16750 JSON_SET mishandles unicode every second pair of arguments.Alexey Botchkov2018-08-061-3/+3
| | * MDEV-16869 String functions don't respect character set of JSON_VALUE.Alexey Botchkov2018-08-051-1/+1
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-08-034-4/+11
| | |\
| | | * Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-037-8/+27
| * | | MDEV-16662 CMake warnings: CMP0026Sergei Golubchik2018-08-121-15/+10
| * | | MDEV-16662 CMake warnings: CMP0022Sergei Golubchik2018-08-121-2/+1
| * | | MDEV-16495 mariadb segfaults at start on FreeBSDSergei Golubchik2018-08-121-2/+1
| * | | MDEV-15127 AddressSanitizer: stack-buffer-overflow in base_list::push_back ..Sachin2018-08-071-1/+4
| * | | MDEV-16891 EVENTs created with SQL_MODE=ORACLE fail to executeAlexander Barkov2018-08-071-3/+7
| * | | MDEV-16801 seg_fault on a queryIgor Babaev2018-08-031-1/+2
| * | | Fix of type, to make windows compiler happy.Oleksandr Byelkin2018-08-031-1/+1
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-08-0329-172/+362
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-08-032-5/+4
| | |\ \ | | | |/
| | | * Fix -Wclass-memaccess in WSREP,InnoDB,XtraDBMarko Mäkelä2018-08-032-5/+4
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-08-0223-128/+344
| | |\ \ | | | |/
| | | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-314-12/+79
| | | |\
| | | | * Merge 5.5 into 10.0Marko Mäkelä2018-07-304-12/+79
| | | | |\
| | | | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-292-41/+67
| | | | | |\
| | | | | | * Bug#27230925: HANDLE_FATAL_SIGNAL (SIG=11) INArun Kuruvila2018-05-101-31/+61
| | | | | | * Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THEArun Kuruvila2018-04-241-11/+4
| | | | | | * Bug#27197235 USER VARIABLE + UINON + DECIMAL COLUMN RETURNSAjo Robert2018-04-101-1/+2
| | | | | * | Fix added along with a test for a case missed in the patch for MDEV-16751Varun Gupta2018-07-271-4/+4
| | | | | * | MDEV-15454: Nested SELECT IN returns wrong resultsVarun Gupta2018-07-251-0/+63
| | | | | * | MDEV-16751: Server crashes in st_join_table::cleanup or TABLE_LIST::is_with_t...Varun Gupta2018-07-252-2/+10
| | | | | * | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-242-0/+12
| | | | * | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-242-0/+12
| | | * | | | Merge branch '10.1' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-262-0/+12
| | | |\ \ \ \
| | | | * | | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-242-0/+12
| | | * | | | | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-256-64/+71
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | | |/ / /
| | | | * | | Merge branch '5.5' into bb-10.0-merge-sanjaOleksandr Byelkin2018-07-231-2/+2
| | | | |\ \ \ | | | | | |/ /
| | | | | * | MDEV-16726 Assertion `tab->type == JT_REF || tab->type == JT_EQ_REF' failedIgor Babaev2018-07-191-2/+2
| | | | * | | MDEV-15551 Server hangs or assertion `strcmp(share->unique_file_name,filename...Sergei Golubchik2018-07-191-1/+2
| | | | * | | MDEV-13397 MariaDB upgrade fail when using default_time_zoneSergei Golubchik2018-07-191-1/+1
| | | | * | | MDEV-11790 WITHOUT_SERVER installs mysqld_safe_helperSergei Golubchik2018-07-191-5/+7
| | | | * | | MDEV-11741 handler::ha_reset(): Assertion `bitmap_is_set_all(&table->s->all_s...Sergei Golubchik2018-07-191-0/+2
| | | | * | | Simplify caseup() and casedn() in charsetsAlexander Barkov2018-07-191-12/+3
| | | | * | | MDEV-13118 Wrong results with LOWER and UPPER and subqueryAlexander Barkov2018-07-191-48/+59
| | | * | | | MDEV-16689: core-file should become a real server variablebb-10.1-MDEV-16689Oleksandr Byelkin2018-07-203-2/+10
| | | * | | | MDEV-10564: Galera `wsrep_debug` patch logs MySQL user credentialsJan Lindström2018-07-191-3/+23
| | | * | | | Merge branch '10.1' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-192-13/+27
| | | |\ \ \ \
| | | | * | | | MDEV-16777: galera.galera_gra_log fails with File ...GRA_*.log not found errorSergei Petrunia2018-07-191-3/+11
| | | | * | | | MDEV-16769: Notes "WSREP: Waiting for SST to complete" flood the error logJan Lindström2018-07-181-10/+16
| | | * | | | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-197-20/+39
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | | |/ / /
| | | | * | | MDEV-9266 Creating index on temporaray table breaks replicationsachin2018-07-181-0/+3