summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6219: Server crashes in Bitmap<64u>::merge (this=0x180, map2=...) on 2nd...Oleksandr Byelkin2015-08-312-13/+7
* MDEV-8289: Semijoin inflates number of rows in query resultSergei Petrunia2015-08-184-27/+88
* Merge branch '10.0' into bb-10.0-sergSergei Golubchik2015-08-056-7/+114
|\
| * Merge fix of embedded server build.Kristian Nielsen2015-08-041-0/+2
| |\
| | * Fix embedded server buildKristian Nielsen2015-08-041-0/+2
| * | Merge MDEV-8302 into 10.0Kristian Nielsen2015-08-043-6/+53
| |\ \ | | |/
| | * MDEV-8302: Duplicate key with parallel replicationKristian Nielsen2015-08-043-6/+53
| * | MDEV-7040: Crash in field_conv, memcpy_field_possible, part#2Sergei Petrunia2015-08-031-0/+37
| * | Merge branch 'tmp' into 10.0Sergei Petrunia2015-08-032-1/+24
| |\ \
| | * | MDEV-8554: Server crashes in base_list_iterator::next_fast ...Sergei Petrunia2015-08-031-0/+2
| | * | MDEV-7971: Assertion `name != __null' failed in ACL_internal_schema_registry:...Sergei Petrunia2015-07-302-1/+22
* | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-08-053-9/+56
|\ \ \ \
| * | | | correct the NULL-pointer testmariadb-5.5.45Sergei Golubchik2015-08-041-2/+3
| * | | | MDEV-8554: Server crashes in base_list_iterator::next_fast ...Sergei Petrunia2015-08-031-0/+2
| * | | | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-011-7/+51
| |\ \ \ \
| | * | | | Bug#19660891 HANDLE_FATAL_SIGNAL (SIG=11) IN QUEUE_INSERTTor Didriksen2015-06-171-3/+0
| | * | | | Bug #18075170 SQL NODE RESTART REQUIRED TOAjo Robert2015-05-111-7/+51
* | | | | | Merge branch 'bb-10.0-jan' into 10.0Sergei Golubchik2015-08-0521-109/+155
|\ \ \ \ \ \
| * | | | | | after-merge fixesSergei Golubchik2015-08-042-14/+1
| * | | | | | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-0322-109/+168
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd executi...Sergei Golubchik2015-07-312-6/+11
| | * | | | compilation error on windowsSergei Golubchik2015-07-311-1/+1
| | * | | | MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5Sergei Golubchik2015-07-311-5/+7
| | * | | | MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further ...Sergei Golubchik2015-07-314-36/+12
| | * | | | MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2ndSergey Vojtovich2015-07-311-0/+3
| | * | | | MDEV-4017 - GET_LOCK() with negative timeouts has strange behaviorSergey Vojtovich2015-07-291-0/+18
| | * | | | Fixed memory loss detected on P8. This can happen when we call after_flush bu...Monty2015-07-253-33/+28
| | * | | | Fixed warnings and errors found by buildbotMonty2015-07-255-30/+40
| | * | | | MDEV-8432 Slave cannot replicate signed integer-type values with high bit set...Monty2015-07-171-4/+17
| | * | | | Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW ST...Monty2015-06-263-4/+14
| | * | | | Simple cleanupsMonty2015-06-253-17/+22
| | * | | | Problem was that for cases like:Monty2015-06-253-8/+28
| | * | | | Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-258-10/+14
* | | | | | Merge branch 'merge-perfschema-5.6' into 10.0Sergei Golubchik2015-08-034-8/+27
|/ / / / /
* | | | | MDEV-7652 - More explanatory ERROR and WARNING messages when loading pluginsSergey Vojtovich2015-07-292-4/+14
* | | | | MDEV-7968 Virtual column set to NULL using load data infileSergei Golubchik2015-07-271-0/+12
| |_|/ / |/| | |
* | | | Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-266-40/+54
* | | | MDEV-5997 - MySQL bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2015-07-232-13/+11
* | | | Merge MDEV-8496 into 10.0Kristian Nielsen2015-07-191-1/+1
|\ \ \ \
| * | | | MDEV-8496: gtid_ignore_duplicates treats gtid_seq_no as 32-bitKristian Nielsen2015-07-191-1/+1
* | | | | MDEV-8472 BINARY, VARBINARY and BLOB return different warnings on CAST to DEC...Alexander Barkov2015-07-162-20/+21
* | | | | Merge MDEV-8354 into 10.0Kristian Nielsen2015-06-241-7/+12
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | MDEV-8354: out-of-order error with --gtid-ignore-duplicates and row-based rep...Kristian Nielsen2015-06-241-7/+12
* | | | MDEV-8287 DROP TABLE suppresses all engine errorsSergei Golubchik2015-06-162-51/+62
* | | | after-merge fixesSergei Golubchik2015-06-162-0/+3
* | | | MDEV-5309 - RENAME TABLE does not check for existence of the table's engineSergey Vojtovich2015-06-162-9/+4
* | | | don't scream when auto-selected IPv6 is not availableSergei Golubchik2015-06-151-4/+5
* | | | MDEV-8316: debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN ...Kristian Nielsen2015-06-151-5/+5
* | | | MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-141-6/+11
* | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2015-06-1227-139/+239
|\ \ \ \