summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test cases for MDEV-7912 patch.bb-5.5-mdev-7912Vicentiu Ciorbaru2015-04-293-17/+11
* MDEV-7912 multitable delete with wrongly set sort_buffer_size crashes in merg...Vicentiu Ciorbaru2015-04-283-6/+45
* Merge remote-tracking branch 'openquery/MDEV-8060-shm-path' into 5.5Sergei Golubchik2015-04-271-2/+2
|\
| * /run/shm is the general replacement for /dev/shm in newer distrosDaniel Black2015-04-271-2/+2
* | MDEV-7434 XtraDB does not build on SolarisSergei Golubchik2015-04-271-1/+1
* | MDEV-7938 MariaDB Crashes Suddenly while writing binlogsSergei Golubchik2015-04-273-1/+26
* | MDEV-7883 Segmentation failure when running mysqladmin -u root -pSergei Golubchik2015-04-272-0/+9
* | MDEV-7859 SSL hostname verification fails for long subject namesSergei Golubchik2015-04-2711-537/+439
* | MDEV-7585 Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QU...Sergei Golubchik2015-04-273-0/+25
* | MDEV-6870 Not possible to use FIFO file as a general_log fileSergei Golubchik2015-04-273-14/+21
* | bug: crash when sync() or close() of a log file fails on shutdownSergei Golubchik2015-04-271-2/+2
* | bug: debug assert crash when seek on log file failsSergei Golubchik2015-04-271-5/+9
* | MDEV-8058: funcs_1.innodb_views and funcs_1.memory_views failOleksandr Byelkin2015-04-271-3/+5
|/
* MDEV-7126 replication slave - deadlock in terminate_slave_thread with stop sl...Sergei Golubchik2015-04-263-12/+14
* Merge pull request #39 from openquery/MDEV-7977-mutex-unlock_LOCK_log-in-MYSQ...Kristian Nielsen2015-04-241-0/+4
|\
| * MDEV-7977 MYSQL_BIN_LOG::write_incident failing to release LOCK_logDaniel Black2015-04-111-0/+4
* | MDEV-7649 wrong result when comparing utf8 column with an invalid literalAlexander Barkov2015-04-248-1/+1431
* | Testcase for: MDEV-7893 table_elimination works wrong ...Sergei Petrunia2015-04-232-0/+63
* | MDEV-6892: WHERE does not applyOleksandr Byelkin2015-04-235-35/+83
* | MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-227-11/+47
* | MDEV-7911: crash in Item_cond::eval_not_null_tablesSergei Petrunia2015-04-214-9/+56
* | tokuftdump: Install to ${INSTALL_BINDIR} instead of binSergei Golubchik2015-04-201-1/+1
* | Increase the version numberElena Stepanova2015-04-191-1/+1
* | Merge pull request #41 from MariaDB/5.5-MDEV-7820Vicențiu-Marian Ciorbaru2015-04-153-1/+31
|\ \
| * | MDEV-7820 Server crashes in in my_strcasecmp_utf8 on subquery in ORDER BY cla...5.5-MDEV-7820Vicențiu Ciorbaru2015-04-153-1/+31
| |/
* | MDEV-7814 Assertion `args[0]->fixed' fails in Item_func_conv_charset::Item_fu...Alexander Barkov2015-04-153-1/+16
* | MDEV-7613: MariaDB 5.5.40 server crash on update table left join with a viewOleksandr Byelkin2015-04-153-3/+390
|/
* MDEV-7596 audit plugin - record full query / document line length / make buff...Alexey Botchkov2015-03-313-28/+166
* MDEV-7858: main.subselect_sj2_jcl6 fails in buildbotSergei Petrunia2015-03-301-0/+9
* MDEV-7301: Unknown column quoted with backticks in HAVING clauseJan Lindström2015-03-233-1/+67
* MDEV-7682 Incorrect use of SPATIAL KEY for query planVicențiu Ciorbaru2015-03-202-2/+10
* MDEV-7641 Server crash on set global server_audit_incl_users=null.Alexey Botchkov2015-03-193-7/+16
* MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ...Sergei Petrunia2015-03-178-16/+341
* MDEV-7692 MariaDB - mysql-test - SUITE:percona - percona.innodb_sys_index 'xt...Elena Stepanova2015-03-122-4/+0
* MDEV-7643 MTR creates nested links when tests are run with --memElena Stepanova2015-03-091-18/+6
* after innodb/xtradb merge: use the correct visibility for internal functionsSergei Golubchik2015-03-062-2/+2
* MDEV-6838 Using too big key for internal temp tablesSergei Golubchik2015-03-066-29/+29
* MDEV-7659 buildbot may leave stale mysqldSergei Golubchik2015-03-061-5/+13
* MDEV-7672: Crash creating an InnoDB table with foreign keysJan Lindström2015-03-064-12/+96
* MDEV-7578 :Slave is ~10x slower to execute set of statements compared to mast...Jan Lindström2015-03-052-12/+22
* MDEV-6838: Using too big key for internal temp tablesVicențiu Ciorbaru2015-02-286-12/+62
* update tokudb version after mergeSergei Golubchik2015-02-271-1/+1
* MDEV-7310: last_commit_pos_offset set to wrong value after binlog rotate in g...bb-5.5-knielsenKristian Nielsen2015-02-233-2/+44
* MDEV-7419 Function cli_safe_read not exportedmariadb-5.5.42Sergei Golubchik2015-02-134-0/+28
* Merge remote-tracking branch 'bzr/5.5' into bb-5.5-mergeSergei Golubchik2015-02-1243-78/+1447
|\
| * XtraDB 5.5.41-37.0Sergei Golubchik2015-02-1111-18/+128
| |\
| | * percona-server-5.5.41-37.0Sergei Golubchik2015-02-1111-19/+131
| * | MDEV-7290 please update MSI installer to include HeidiSQL 9.1Sergei Golubchik2015-02-112-2/+28
| * | restore a cross-compiling bit that was lost in a mergeSergei Golubchik2015-02-101-0/+5
| * | MDEV-7478 log-basename unpredictable behavior in standalone modeSergei Golubchik2015-02-092-2/+15