Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-17740 Extend EXTRACT(x AS DAY*) to understand long time intervals | Alexander Barkov | 2018-11-17 | 4 | -10/+808 |
* | MDEV-17750: Remove unnecessary rec_get_offsets() in IMPORT TABLESPACE | Marko Mäkelä | 2018-11-16 | 4 | -40/+0 |
* | MDEV-17721 Corrupted data dictionary after instant ADD COLUMN | Marko Mäkelä | 2018-11-16 | 4 | -8/+41 |
* | MDEV-17735 Assertion failure in row_parse_int() on first ADD/DROP COLUMN | Marko Mäkelä | 2018-11-16 | 2 | -1/+47 |
* | MDEV-16580 Remove unused monitor counters from InnoDB | Eugene Kosov | 2018-11-16 | 2 | -2/+0 |
* | MDEV-17138: Adjust a test | Marko Mäkelä | 2018-11-12 | 2 | -5/+0 |
* | Fix embedded test results | Marko Mäkelä | 2018-11-09 | 2 | -4/+4 |
* | Merge 10.3 into 10.4mariadb-10.4.0 | Marko Mäkelä | 2018-11-08 | 33 | -384/+810 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-08 | 3 | -1/+214 |
| |\ | |||||
| | * | MDEV-17635 Server hangs after the query with recursive CTE | Igor Babaev | 2018-11-07 | 2 | -0/+214 |
| | * | MDEV-14528 followup. | Andrei Elkin | 2018-11-07 | 1 | -1/+0 |
| * | | Merge an .inc file to .test | Marko Mäkelä | 2018-11-07 | 2 | -95/+93 |
| * | | MDEV-13134: Merge tests to innodb.alter_algorithm | Marko Mäkelä | 2018-11-07 | 12 | -284/+348 |
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-07 | 9 | -2/+102 |
| |\ \ | | |/ | |||||
| | * | MDEV-14528: Disable a failing test | Marko Mäkelä | 2018-11-07 | 1 | -0/+1 |
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-07 | 6 | -2/+90 |
| | |\ | |||||
| | | * | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-11-07 | 4 | -2/+29 |
| | | |\ | |||||
| | | | * | Merge 5.5 into 10.0 | Marko Mäkelä | 2018-11-07 | 4 | -2/+29 |
| | | | |\ | |||||
| | | | | * | fix the test to clean after itself | Sergei Golubchik | 2018-11-01 | 1 | -0/+2 |
| | | | | * | MDEV-17377 invalid gap in auto-increment values after LOAD DATA | Sergei Golubchik | 2018-11-01 | 2 | -0/+25 |
| | | | | * | test framework manual is moved | Takashi Sasaki | 2018-11-01 | 2 | -2/+2 |
| | | * | | | MDEV-17230: encryption_key_id from alter is ignored by encryption threads | Jan Lindström | 2018-11-06 | 2 | -0/+61 |
| | * | | | | MDEV-14528 Track master timestamp in case rolling back to serial replication | Igor Mazur | 2018-11-06 | 2 | -0/+11 |
| * | | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed... | Oleksandr Byelkin | 2018-11-07 | 2 | -0/+38 |
| * | | | | | MDEV-14429 sql_safe_updates in my.cnf not work | Sergei Golubchik | 2018-11-06 | 4 | -1/+9 |
| * | | | | | MDEV-14429 sql_safe_updates in my.cnf not work | Vladislav Vaintroub | 2018-11-06 | 2 | -1/+6 |
* | | | | | | MDEV-17563 Different results using table or view when comparing values of tim... | Alexander Barkov | 2018-11-08 | 29 | -234/+352 |
* | | | | | | MDEV-17634 Regression: TIME(0)=TIME('z') returns NULL vs 1 | Alexander Barkov | 2018-11-07 | 2 | -0/+35 |
* | | | | | | MDEV-16357 LIMIT and ORDER BY clause is ignored on a query with UNION | Igor Babaev | 2018-11-06 | 2 | -0/+42 |
* | | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-11-06 | 122 | -5828/+8452 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 109 | -5628/+7938 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Unify a test with the 10.3 version | Marko Mäkelä | 2018-11-06 | 2 | -595/+597 |
| | * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 81 | -108/+1787 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-11-05 | 6 | -10/+335 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | MDEV-13671 InnoDB should use case-insensitive column name comparisons like th... | Eugene Kosov | 2018-11-05 | 2 | -10/+229 |
| | | | * | | MDEV-16695: Estimate for rows of derived tables is very high when we are usin... | Varun Gupta | 2018-11-01 | 2 | -0/+85 |
| | | | * | | MDEV-17298 ASAN unknown-crash / READ of size 1 in my_strntoul_8bit upon INSER... | Alexander Barkov | 2018-10-31 | 2 | -0/+21 |
| | | * | | | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK... | Alexey Botchkov | 2018-11-03 | 12 | -47/+32 |
| | | * | | | Updated list of unstable tests for 10.1.37 releasemariadb-10.1.37 | Elena Stepanova | 2018-10-31 | 1 | -50/+45 |
| | | * | | | update rdiffs for 32bit | Sergei Golubchik | 2018-10-31 | 2 | -49/+57 |
| | | * | | | Fix innodb.table_flags,debug | Marko Mäkelä | 2018-10-31 | 6 | -13/+273 |
| | | * | | | disabling a crashing test | Sergei Golubchik | 2018-10-31 | 1 | -1/+1 |
| | | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-10-31 | 10 | -8/+490 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-10-31 | 3 | -5/+99 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | ./mtr --gdb='b mysql_parse;r' | Sergei Golubchik | 2018-10-30 | 1 | -3/+12 |
| | | | | * | MDEV-17256 Decimal field multiplication bug.bb-5.5-hf | Alexey Botchkov | 2018-10-30 | 2 | -0/+86 |
| | | | * | | List of unstable tests for 10.0.37 releasemariadb-10.0.37 | Elena Stepanova | 2018-10-30 | 1 | -25/+57 |
| | | | * | | MDEV-12023 Assertion failure sym_node->table != NULL on startup | Marko Mäkelä | 2018-10-30 | 9 | -0/+399 |
| | | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-10-30 | 53 | -19/+1192 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | MDEV-15919 lower_case_table_names does not behave as expected | Sergei Golubchik | 2018-10-29 | 2 | -2/+3 |