summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Raise version number after cloning 5.5.59Balasubramanian Kandasamy2017-11-271-1/+1
* | | MDEV-14515 ifnull result depends on number of rows in joined tableIgor Babaev2018-04-163-2/+46
* | | defaults-group-suffix in print_defaultsDaniel Black2018-04-132-4/+8
* | | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-081-1/+1
* | | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-073-1/+19
* | | MDEV-15624 Changing the default character set to utf8mb4 changes query evalua...Alexander Barkov2018-04-046-0/+98
* | | don't disable SSL when connecting via libmysqldSergei Golubchik2018-04-031-2/+2
* | | compiler warningSergei Golubchik2018-04-031-1/+1
* | | MDEV-15630 uuid() function evaluates at wrong time in queryAlexander Barkov2018-04-033-0/+24
* | | MDEV-11274: Executing EXPLAIN of complex query over join limit causes server ...Varun Gupta2018-03-273-0/+394
* | | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-273-0/+21
* | | MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-226-4/+61
* | | MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-214-1/+65
* | | MDEV-15555: select from DUAL where false yielding wrong result when in a INVarun Gupta2018-03-213-1/+20
* | | PR #666: MDEV-15030 Add ASAN instrumentationMarko Mäkelä2018-03-203-0/+12
|\ \ \
| * | | honor alignment rules and xtradb tooEugene Kosov2018-03-203-1/+11
| * | | MDEV-15030 Add ASAN instrumentationEugene Kosov2018-03-191-0/+2
|/ / /
* | | MDEV-12190 YASSL isn't able to negotiate TLS version correctlyVladislav Vaintroub2018-03-141-0/+10
* | | MDEV-15235: Assertion `length > 0' failed in create_ref_for_keyVarun Gupta2018-03-113-1/+31
* | | debian: VCS is on githubDaniel Black2018-02-252-4/+4
* | | fix plugins.server_audit test for --psSergei Golubchik2018-02-151-0/+2
* | | MDEV-13982 Server crashes in in ha_partition::engine_nameSergei Golubchik2018-02-143-1/+17
* | | MDEV-13748 Assertion `status_var.local_memory_used == 0 || !debug_assert_on_n...Sergei Golubchik2018-02-143-5/+16
* | | cleanup: remove a duplicated test caseSergei Golubchik2018-02-112-220/+0
* | | bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-02-119-21/+15
* | | Fix an out of scope bzeroVicențiu Ciorbaru2018-01-301-1/+1
* | | Fix ASAN failure in main.lock (and others)Vicențiu Ciorbaru2018-01-301-0/+2
* | | MDEV-15014 Assertion `m_cache_lock_status == LOCKED_NO_WAIT || m_cache_status...Vicențiu Ciorbaru2018-01-301-0/+1
* | | Do not SET DEBUG_DBUG=-d,... in testsMarko Mäkelä2018-01-294-6/+55
* | | MDEV-15012: ASAN: numerous test failures in PSbb-5.5-MDEV-15012Oleksandr Byelkin2018-01-241-1/+1
* | | typo fixOleksandr Byelkin2018-01-242-3/+3
* | | MDEV-13187 incorrect backslash parsing in clientsSergei Golubchik2018-01-243-2/+68
* | | Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-2312-50/+30
* | | Silence -Wimplicit-fallthroughMarko Mäkelä2018-01-232-0/+2
* | | MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-238-1/+97
* | | Fix Item tree changes/rollback debug printOleksandr Byelkin2018-01-232-4/+8
* | | MDEV-14586 Assertion `0' failed in retrieve_auto_increment ...Sachin Setiya2018-01-233-2/+75
* | | MDEV-5510: Replace MySQL -> MariaDB in init scriptsDaniel Black2018-01-231-24/+24
* | | Fix error message typoKarim Geiger2018-01-231-1/+1
* | | mysql_install_db: correct hosting/source/maillist informationDaniel Black2018-01-231-2/+2
* | | mysql_install_db: correct --skip-grant-tables helpDaniel Black2018-01-231-1/+1
* | | fix build for recent clangEugene Kosov2018-01-231-1/+1
* | | Fix TokuDB Not buildingVicențiu Ciorbaru2018-01-231-1/+1
* | | improve ASAN instrumentation: clangSergei Golubchik2018-01-221-0/+8
* | | MDEV-14715: Assertion `!table || (!table->read_set... failed in Field_num::va...Vicențiu Ciorbaru2018-01-224-9/+99
* | | Remove commented out code post merge fix in 2011Vicențiu Ciorbaru2018-01-221-2/+1
* | | improve ASAN instrumentation: InnoDB/XtraDBSergei Golubchik2018-01-222-14/+19
* | | Finally! Make './mtr --valgrind-mysqld --gdb' to work.Sergei Golubchik2018-01-222-5/+14
* | | Free memory in unit tests. Makes ASAN happier.Sergei Golubchik2018-01-223-1/+7
* | | improve ASAN instrumentation: table->record[0]Sergei Golubchik2018-01-222-3/+15