summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite IGNORE handling:Michael Widenius2011-12-111-11/+2
* Merge with 5.2.Michael Widenius2011-12-111-5/+26
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-5/+26
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-5/+26
| | |\
| | | * Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUN...Sergey Glukhov2011-08-021-1/+0
| | | * Updated/added copyright headersKent Boortz2011-07-031-4/+23
| | | |\
| | | | * merge from latest 5.1Guilhem Bichot2011-05-211-0/+19
| | | | |\
| | | | | * Bug#11764633 : 57491: THD->MAIN_DA.IS_OK() ASSERT IN EMBEDDEDMayank Prasad2011-05-181-0/+19
| | | | * | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-5/+4
| | | | |/
| | | | * Bug #11766513 - 59641: Prepared XA transaction in system after hard crashMarko Mäkelä2011-04-071-0/+1
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |\ \ | | | | |/ | | | |/|
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-4/+37
* | | | | Merge with 5.2Michael Widenius2011-09-101-1/+13
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-1/+13
* | | | | Merge 5.2->5.3unknown2011-09-021-25/+37
|\ \ \ \ \ | |/ / / /
| * | | | LP BUG#823169 fix.unknown2011-09-021-24/+36
| * | | | Added logging of all messages (also system warnings) one gets during a MyISAM...Michael Widenius2011-08-291-1/+1
* | | | | Automatic merge with 5.2Michael Widenius2011-08-161-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-161-0/+5
* | | | | Merge with the latest 5.3 code.Igor Babaev2011-07-111-0/+1
|\ \ \ \ \
| * | | | | Fixed LP bug #794890.Igor Babaev2011-06-131-0/+1
* | | | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-0/+119
* | | | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-0/+2
* | | | | | Fixed LP bug #798576.Igor Babaev2011-06-241-0/+1
* | | | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-1/+3
| |\ \ \ \ \
| | * \ \ \ \ MergeIgor Babaev2011-05-201-1/+3
| | |\ \ \ \ \
| | | * \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-1/+3
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-1/+3
| | | | |\ \ \ \ \
| | | | | * | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-1/+3
* | | | | | | | | | Merge with 5.2Michael Widenius2011-06-101-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | / / / / | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Fixed problem that global status variables 'bytes_recieved' and 'binlog_bytes...Michael Widenius2011-06-091-2/+2
* | | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-7/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | post review changes 2Sergei Golubchik2011-05-191-1/+2
| * | | | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-4/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge with 5.3 mainMichael Widenius2011-05-161-0/+2
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | MWL#89unknown2011-05-021-0/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ MWL#89unknown2011-03-301-0/+2
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ MWL#89unknown2011-03-011-0/+2
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge MWL#89 into 5.3 main.unknown2011-01-111-0/+2
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge 5.3-mwl89 into 5.3.unknown2010-12-031-0/+2
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-11-051-0/+2
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-09-051-0/+1
| | | | | | | * | | | | | | Merge main 5.3 into 5.3-mwl89.unknown2010-07-161-2/+16
| | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | |_|/ / / / | | | | | | | | |/| | | | |
| | | | | | | * | | | | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-07-161-0/+1
* | | | | | | | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | / / / / | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge Mariadb 5.1->5.2unknown2011-04-121-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Bug fix for lp:732124 union + limit returns wrong resultMichael Widenius2011-03-091-7/+7
* | | | | | | | | | | | | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-0/+1