| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-02-15 | 32 | -387/+451 |
|\ |
|
| * | compilation errors on sparc sun studio 10 | Sergei Golubchik | 2016-02-15 | 4 | -157/+157 |
| * | MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a'mariadb-5.5.48 | Alexander Barkov | 2016-02-10 | 1 | -1/+1 |
| * | MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init | Vicențiu Ciorbaru | 2016-02-10 | 3 | -14/+15 |
| * | MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta... | Oleksandr Byelkin | 2016-02-09 | 1 | -0/+2 |
| * | MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init | Vicențiu Ciorbaru | 2016-02-09 | 2 | -0/+35 |
| * | Merge branch 'bb-5.5-serg' into 5.5 | Sergei Golubchik | 2016-02-09 | 19 | -197/+225 |
| |\ |
|
| | * | cleanup: make assert more readable | Sergei Golubchik | 2016-02-09 | 1 | -2/+2 |
| | * | Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK | Sergei Golubchik | 2016-02-09 | 1 | -1/+1 |
| | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-02-09 | 19 | -196/+224 |
| | |\ |
|
| | | * | Bug #22232332: SAVING TEXT FIELD TO TEXT VARIABLE IN A | Sreeharsha Ramanavarapu | 2016-01-08 | 1 | -2/+7 |
| | | * | Bug #21564557: INCONSISTENT OUTPUT FROM 5.5 AND 5.6 | Sreeharsha Ramanavarapu | 2015-12-31 | 2 | -5/+15 |
| | | * | BUG#21902059: "CREATE TEMPORARY TABLE SELECT ..." AND BIT(1) | Karthik Kamath | 2015-12-29 | 1 | -0/+23 |
| | | * | Bug#22278455: MYSQL 5.5:RPL_BINLOG_INDEX FAILS IN VALGRIND. | Sujatha Sivakumar | 2015-12-16 | 1 | -2/+2 |
| | | * | Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK | Venkatesh Duggirala | 2015-12-01 | 4 | -32/+57 |
| | | * | Bug #17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERS | Venkatesh Duggirala | 2015-11-21 | 1 | -1/+3 |
| | | * | Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_... | Chaithra Gopalareddy | 2015-11-20 | 8 | -13/+85 |
| | | * | Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERS | Venkatesh Duggirala | 2015-11-19 | 3 | -155/+137 |
| | | * | Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/ | Ajo Robert | 2015-11-13 | 1 | -0/+10 |
| | | * | Bug#19817021 CRASH IN TABLE_LIST::PREPARE_SECURITY WHEN | Ajo Robert | 2015-11-13 | 1 | -3/+11 |
| * | | | MDEV-6859: scalar subqueries in a comparison produced unexpected result | Sergei Petrunia | 2016-02-09 | 1 | -0/+11 |
| * | | | MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with S... | Sergei Petrunia | 2016-02-09 | 1 | -1/+2 |
| |/ / |
|
| * | | MDEV-9462: Out of memory using explain on 2 empty tables | Oleksandr Byelkin | 2016-02-06 | 3 | -11/+17 |
| * | | MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not... | Sergei Golubchik | 2016-02-06 | 1 | -1/+1 |
| * | | MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing poi... | Sergei Golubchik | 2016-02-06 | 1 | -8/+0 |
| * | | Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end | Vicențiu-Marian Ciorbaru | 2016-02-06 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Add va_end to make cppcheck happy | Daniel Black | 2016-01-19 | 1 | -0/+1 |
| * | | | MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->rea... | Oleksandr Byelkin | 2016-02-05 | 1 | -0/+13 |
| * | | | MDEV-9093 Persistent computed column is not updated when update query contain... | Oleksandr Byelkin | 2016-02-05 | 1 | -0/+6 |
| * | | | If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory | Monty | 2016-01-29 | 1 | -6/+9 |
| |/ / |
|
* | | | MDEV-9390 Function found_rows() gives incorrect result where the previous SEL... | Sergei Golubchik | 2016-02-15 | 1 | -1/+1 |
* | | | MDEV-9103 Altering table comment does a full copy | Sergei Golubchik | 2016-02-15 | 1 | -1/+1 |
* | | | MDEV-9045 Inconsistent handling of "ALGORITHM=INPLACE" with PERSISTENT genera... | Sergei Golubchik | 2016-02-15 | 2 | -5/+31 |
* | | | MDEV-8427 main.connect fails on ppc64el in 10.0 as of 1a8cf15d | Sergei Golubchik | 2016-02-15 | 1 | -1/+1 |
* | | | MDEV-8133 ALTER TABLE can perform the operation but escape the binary log | Sergei Golubchik | 2016-02-15 | 1 | -3/+7 |
* | | | typo "Bangalore1" -> "Bangalore" | Ian Gilfillan | 2016-02-08 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'upstream/10.0' into 10.0 | iangilfillan | 2016-02-04 | 2 | -12/+6 |
|\ \ \ |
|
| * | | | MDEV-9505: Valgrind failure in SEL_ARG::store_min,find_used_partitions | Sergei Petrunia | 2016-02-01 | 1 | -11/+5 |
| * | | | MDEV-6421 SQL_ERROR_LOG doesn't log comments in Events. | Alexey Botchkov | 2016-01-26 | 1 | -1/+1 |
* | | | | MDEV-6821, MDEV-6826 - Update authors and contributors | iangilfillan | 2016-02-04 | 2 | -11/+11 |
|/ / / |
|
* | | | Merge branch 'tmp' into tmp-10.0 | Kristian Nielsen | 2016-01-15 | 4 | -10/+27 |
|\ \ \ |
|
| * | | | Fix error handling for GTID and domain-based parallel replication | Kristian Nielsen | 2016-01-15 | 4 | -10/+27 |
* | | | | Fixed bug in semi_sync replication tests. | Monty | 2016-01-03 | 4 | -11/+12 |
* | | | | Cleanup of slave code: | Monty | 2016-01-03 | 9 | -22/+77 |
* | | | | Merge remote-tracking branch 'origin/5.5' into 10.0 | Alexander Barkov | 2015-12-29 | 1 | -5/+5 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Moving Field_blob::store_length() back from protected to public, | Alexander Barkov | 2015-12-29 | 1 | -5/+5 |
* | | | | Merge remote-tracking branch 'origin/5.5' into 10.0 | Alexander Barkov | 2015-12-29 | 3 | -13/+36 |
|\ \ \ \
| |/ / / |
|
| * | | | MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data | Alexander Barkov | 2015-12-29 | 3 | -13/+36 |
* | | | | MDEV-9088 Server crashes on shutdown after the second post of feedback report | Sergei Golubchik | 2015-12-19 | 11 | -25/+1 |
* | | | | MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in manymariadb-10.0.23 | Sergey Vojtovich | 2015-12-16 | 1 | -3/+0 |