summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2016-02-1532-387/+451
|\
| * compilation errors on sparc sun studio 10Sergei Golubchik2016-02-154-157/+157
| * MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a'mariadb-5.5.48Alexander Barkov2016-02-101-1/+1
| * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-103-14/+15
| * MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta...Oleksandr Byelkin2016-02-091-0/+2
| * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-092-0/+35
| * Merge branch 'bb-5.5-serg' into 5.5Sergei Golubchik2016-02-0919-197/+225
| |\
| | * cleanup: make assert more readableSergei Golubchik2016-02-091-2/+2
| | * Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKSergei Golubchik2016-02-091-1/+1
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-0919-196/+224
| | |\
| | | * Bug #22232332: SAVING TEXT FIELD TO TEXT VARIABLE IN ASreeharsha Ramanavarapu2016-01-081-2/+7
| | | * Bug #21564557: INCONSISTENT OUTPUT FROM 5.5 AND 5.6Sreeharsha Ramanavarapu2015-12-312-5/+15
| | | * BUG#21902059: "CREATE TEMPORARY TABLE SELECT ..." AND BIT(1)Karthik Kamath2015-12-291-0/+23
| | | * Bug#22278455: MYSQL 5.5:RPL_BINLOG_INDEX FAILS IN VALGRIND.Sujatha Sivakumar2015-12-161-2/+2
| | | * Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKVenkatesh Duggirala2015-12-014-32/+57
| | | * Bug #17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-211-1/+3
| | | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-208-13/+85
| | | * Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-193-155/+137
| | | * Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/Ajo Robert2015-11-131-0/+10
| | | * Bug#19817021 CRASH IN TABLE_LIST::PREPARE_SECURITY WHENAjo Robert2015-11-131-3/+11
| * | | MDEV-6859: scalar subqueries in a comparison produced unexpected resultSergei Petrunia2016-02-091-0/+11
| * | | MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with S...Sergei Petrunia2016-02-091-1/+2
| |/ /
| * | MDEV-9462: Out of memory using explain on 2 empty tablesOleksandr Byelkin2016-02-063-11/+17
| * | MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not...Sergei Golubchik2016-02-061-1/+1
| * | MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing poi...Sergei Golubchik2016-02-061-8/+0
| * | Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_endVicențiu-Marian Ciorbaru2016-02-061-0/+1
| |\ \
| | * | Add va_end to make cppcheck happyDaniel Black2016-01-191-0/+1
| * | | MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Oleksandr Byelkin2016-02-051-0/+13
| * | | MDEV-9093 Persistent computed column is not updated when update query contain...Oleksandr Byelkin2016-02-051-0/+6
| * | | If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memoryMonty2016-01-291-6/+9
| |/ /
* | | MDEV-9390 Function found_rows() gives incorrect result where the previous SEL...Sergei Golubchik2016-02-151-1/+1
* | | MDEV-9103 Altering table comment does a full copySergei Golubchik2016-02-151-1/+1
* | | MDEV-9045 Inconsistent handling of "ALGORITHM=INPLACE" with PERSISTENT genera...Sergei Golubchik2016-02-152-5/+31
* | | MDEV-8427 main.connect fails on ppc64el in 10.0 as of 1a8cf15dSergei Golubchik2016-02-151-1/+1
* | | MDEV-8133 ALTER TABLE can perform the operation but escape the binary logSergei Golubchik2016-02-151-3/+7
* | | typo "Bangalore1" -> "Bangalore"Ian Gilfillan2016-02-081-1/+1
* | | Merge remote-tracking branch 'upstream/10.0' into 10.0iangilfillan2016-02-042-12/+6
|\ \ \
| * | | MDEV-9505: Valgrind failure in SEL_ARG::store_min,find_used_partitionsSergei Petrunia2016-02-011-11/+5
| * | | MDEV-6421 SQL_ERROR_LOG doesn't log comments in Events.Alexey Botchkov2016-01-261-1/+1
* | | | MDEV-6821, MDEV-6826 - Update authors and contributorsiangilfillan2016-02-042-11/+11
|/ / /
* | | Merge branch 'tmp' into tmp-10.0Kristian Nielsen2016-01-154-10/+27
|\ \ \
| * | | Fix error handling for GTID and domain-based parallel replicationKristian Nielsen2016-01-154-10/+27
* | | | Fixed bug in semi_sync replication tests.Monty2016-01-034-11/+12
* | | | Cleanup of slave code:Monty2016-01-039-22/+77
* | | | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2015-12-291-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Moving Field_blob::store_length() back from protected to public,Alexander Barkov2015-12-291-5/+5
* | | | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2015-12-293-13/+36
|\ \ \ \ | |/ / /
| * | | MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much dataAlexander Barkov2015-12-293-13/+36
* | | | MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-1911-25/+1
* | | | MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in manymariadb-10.0.23Sergey Vojtovich2015-12-161-3/+0