summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* mysql-5.5.31 mergeSergei Golubchik2013-05-071-3/+17
|\
| * Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-0/+3
| * Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-1/+11
| |\
| * | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-1/+2
* | | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-3/+10
* | | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-1/+1
* | | MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-6/+7
* | | mysql-5.5.29 mergeSergei Golubchik2013-01-151-7/+34
|\ \ \ | |/ /
| * | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-9/+38
* | | Buildbot fixes and cleanups:Michael Widenius2013-01-111-0/+1
* | | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-1/+20
* | | Do not DBUG_PRINT uninitialized variable. This avoid false positive from runt...Vladislav Vaintroub2012-10-181-2/+3
* | | mysql-5.5.28Sergei Golubchik2012-10-161-2/+28
|\ \ \ | |/ /
| * | Merging from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-07-121-2/+27
| |\ \ | | |/
| | * Bug #11765218 58157: INNODB LOCKS AN UNMATCHED ROW EVEN THOUGH USINGAnnamalai Gurusami2012-07-121-2/+27
* | | Fixed issues found by buildbot & valgrind:Michael Widenius2012-10-041-1/+2
* | | Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-181-24/+28
* | | Split ER_NO_SUCH_TABLE into ER_NO_SUCH_TABLE and ER_NO_SUCH_TABLE_IN_ENGINE t...Michael Widenius2012-08-281-1/+1
* | | Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns with...Michael Widenius2012-08-201-2/+6
* | | merge with MySQL 5.5.27Sergei Golubchik2012-08-091-0/+13
|\ \ \ | |/ /
| * | Merge from mysql-5.1 to mysql-5.5Annamalai Gurusami2012-05-211-10/+10
| |\ \ | | |/
| | * Bug #12752572 61579: REPLICATION FAILURE WHILEAnnamalai Gurusami2012-05-211-10/+10
| * | Merge from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-05-161-0/+13
| |\ \ | | |/
| | * Bug #12752572 61579: REPLICATION FAILURE WHILEAnnamalai Gurusami2012-05-161-0/+13
| | * Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DMLAnnamalai Gurusami2012-03-011-0/+2
* | | lp:1023404 problems with savepoints and tokudb with 5.5Sergei Golubchik2012-07-111-4/+0
* | | MDEV-342: Do not mark old binlog file as cleanly closed during rotate untilmariadb-5.5.25unknown2012-06-211-0/+1
* | | cSergei Golubchik2012-05-211-4/+8
|\ \ \ | |/ /
| * | merge mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-04-121-0/+307
| |\ \
| | * | Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEMunknown2012-04-111-0/+307
| * | | Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DMLAnnamalai Gurusami2012-02-271-3/+7
| |/ /
| * | Merge mysql-5.1-security -> mysql-5.5-security (Fix Bug#12661768)Vasil Dimov2011-10-251-1/+7
| |\ \ | | |/
* | | Fixed LP bug #999251: Q13 from DBT3 uses table scan instead of covering index...Igor Babaev2012-05-161-0/+2
* | | Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed i...Michael Widenius2012-03-201-1/+1
* | | Merge MWL #247 from mariadb 5.3 -> mariadb 5.5.Igor Babaev2012-03-021-4/+5
|\ \ \
| * \ \ Merge.Igor Babaev2012-02-221-0/+21
| |\ \ \
| * | | | Fixed calculation of rec_per_key elements for added components of the extende...Igor Babaev2012-01-011-4/+5
* | | | | overlay support for mysql-test-run and mysqltestSergei Golubchik2012-02-231-1/+1
* | | | | MDEV-117 Assertion: prebuilt->sql_stat_start || trx->conc_state == 1 failed a...Sergei Golubchik2012-03-011-0/+2
* | | | | 5.3 mergemariadb-5.5.20-alphaSergei Golubchik2012-02-241-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-221-3/+3
* | | | | 5.3 mergeSergei Golubchik2012-02-211-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Remove engine-specific (but identical) icp callbacks. create one reusableSergei Golubchik2012-02-171-0/+21
| |/ / /
* | | | 5.3 mergeSergei Golubchik2012-01-131-18/+38
|\ \ \ \ | |/ / /
| * | | Rewrite IGNORE handling:Michael Widenius2011-12-111-17/+21
| * | | Merge with 5.2.Michael Widenius2011-12-111-3/+20
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-3/+20
| | |\ \ \
| | | * \ \ Merge with MySQL 5.1.60Michael Widenius2011-11-231-1/+17
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fix Bug#12661768 UPDATE IGNORE CRASHES SERVER IF TABLE IS INNODB AND IT ISVasil Dimov2011-10-251-1/+7
| | | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+3
| | | |\ \ \ | | | | |/ /