summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4123 fix.unknown2013-02-111-0/+2
* 5.2 mergeSergei Golubchik2013-01-251-0/+1
|\
| * MDEV-3915 COM_CHANGE_USER allows fast password brute-forcingSergei Golubchik2013-01-251-0/+1
* | Merge 5.2->5.3Igor Babaev2013-01-211-1/+3
|\ \ | |/
| * Merge 5.1->5.2Igor Babaev2013-01-211-1/+3
| |\
| | * Fixed bug mdev-4063 (bug #56927).Igor Babaev2013-01-211-1/+3
* | | 5.2 merge.Sergei Golubchik2012-08-221-4/+17
|\ \ \ | |/ /
| * | 5.1 mergeSergei Golubchik2012-08-221-4/+17
| |\ \ | | |/
| | * merge with MySQL 5.1.65Sergei Golubchik2012-08-221-4/+17
| | |\
| | | * Solve a linkage problem with "libmysqld" on several Solaris platforms:Kent Boortz2012-06-261-2/+1
| | | * Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+14
| | | * BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-0/+2
* | | | Merge 5.2->5.3Sergey Petrunya2012-06-181-1/+2
|\ \ \ \ | |/ / /
| * | | Fix bug lp:1001506unknown2012-05-231-1/+2
* | | | Fixed LP bug #939009.Igor Babaev2012-02-241-1/+4
* | | | Added back MRR counters. The new names are: Handler_mrr_init, Sergey Petrunya2012-02-221-3/+3
* | | | Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-221-2/+2
* | | | Counters for Index Condition Pushdown added (MDEV-130).unknown2012-02-161-0/+2
* | | | Add MRR counters: Handler_mrr_init, Handler_mrr_extra_rowid_sorts, Sergey Petrunya2012-01-231-0/+2
* | | | Added Handler_read_rnd_deleted, number of deleted rows found with ha_read_rnd...Michael Widenius2012-01-131-1/+9
* | | | Merge with 5.2.Michael Widenius2011-12-111-9/+5
|\ \ \ \ | |/ / /
| * | | Merge with MariaDB 5.1Michael Widenius2011-11-241-9/+5
| |\ \ \ | | |/ /
| | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-9/+5
| | |\ \ | | | |/
| | | * Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUN...Sergey Glukhov2011-08-021-7/+0
| | | * Updated/added copyright headersKent Boortz2011-07-031-0/+1
| | | |\
| | | | * Bug#11764633 : 57491: THD->MAIN_DA.IS_OK() ASSERT IN EMBEDDEDMayank Prasad2011-05-181-0/+1
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |\ \ | | | | |/ | | | |/|
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+2
* | | | | Automatic mergeMichael Widenius2011-09-261-17/+34
|\ \ \ \ \
| * | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-17/+34
* | | | | | fix typo: binlog_annotate_rows_events -> binlog_annotate_row_eventsSergei Golubchik2011-09-231-1/+1
|/ / / / /
* | | | | Merge with 5.2Michael Widenius2011-09-101-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-0/+2
* | | | | Merge of mergeunknown2011-09-021-2/+6
|\ \ \ \ \
| * \ \ \ \ Merge 5.2->5.3unknown2011-09-021-2/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | LP BUG#823169 fix.unknown2011-09-021-2/+4
| | * | | | Added logging of all messages (also system warnings) one gets during a MyISAM...Michael Widenius2011-08-291-0/+2
* | | | | | BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ...Sergey Petrunya2011-08-291-9/+0
|/ / / / /
* | | | | Fixed LP BUG#800696.unknown2011-07-191-0/+16
* | | | | Merge with the latest 5.3 code.Igor Babaev2011-07-171-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge with the latest 5.3 code.Igor Babaev2011-07-111-0/+2
| |\ \ \ \ \
| | * | | | | Fixed LP bug #794890.Igor Babaev2011-06-131-0/+2
* | | | | | | BUG#778434 Wrong result with in_to_exists=on in maria-5.3-mwl89Sergey Petrunya2011-07-141-0/+8
|/ / / / / /
* | | | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-0/+22
* | | | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-7/+18
* | | | | | Fixed LP bug #798576.Igor Babaev2011-06-241-0/+6
* | | | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-8/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-8/+16
| |\ \ \ \ \
| | * \ \ \ \ MergeIgor Babaev2011-05-201-8/+16
| | |\ \ \ \ \
| | | * \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-8/+16
| | | |\ \ \ \ \