summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | 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-9346 - The federatedx and spider engine make mysqld crash when they areSergey Vojtovich2016-02-161-1/+1
| | * | | | | | fix-MDEV-9346root2016-02-161-1/+1
| | |/ / / / /
| | * | | | | 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-6821, MDEV-6826 - Update authors and contributorsiangilfillan2016-02-042-11/+11
* | | | | | | | MDEV-7231 Field ROUTINE_DEFINITION in INFORMATION_SCHEMA.`ROUTINES`Alexander Barkov2016-02-242-33/+244
* | | | | | | | Update column bitmaps for delete during binlog row image minimal.Vicențiu Ciorbaru2016-02-231-0/+4
* | | | | | | | [MDEV-8411] Assertion failed in !table->write_setVicențiu Ciorbaru2016-02-231-0/+1
|/ / / / / / /
* | | | | | | MDEV-9576 syntax error on view with nullif and countSergei Golubchik2016-02-231-2/+2
* | | | | | | MDEV-9606 Server crashes in fix_fields, main.null fails with ps-protocol #2Sergei Golubchik2016-02-231-1/+2
* | | | | | | disable SHOW I_S_table for built-in I_S tablesSergei Golubchik2016-02-233-4/+11
* | | | | | | MDEV-9535 Trigger doing "SET NEW.auctionStart = NOW();" on a timestamp kills ...Sergei Golubchik2016-02-231-1/+1
* | | | | | | MDEV-9500 Bug after upgrade to 10.1.10 (and 10.1.11)Sergei Golubchik2016-02-232-2/+4
* | | | | | | MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0Sergei Golubchik2016-02-231-0/+11
* | | | | | | correct temporal fields in max_display_length_for_field()Sergei Golubchik2016-02-231-3/+5
* | | | | | | cleanupSergei Golubchik2016-02-233-42/+17
* | | | | | | MDEV-9307 - provide info about DATA/INDEX directory in INFORMATION_SCHEMA.TAVladislav Vaintroub2016-02-221-2/+11
* | | | | | | MDEV-9489:Assertion `0' failed in Protocol::end_statement() on UNION ALLOleksandr Byelkin2016-02-211-0/+2
* | | | | | | MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY querySergei Petrunia2016-02-031-4/+2