summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | Merge various replication-related patches into MariaDB 5.3:unknown2011-04-081-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl.unknown2011-04-011-3/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Merge MWL#116 after-review fixes.unknown2011-03-311-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MWL#116: After-review fixes.unknown2011-03-311-1/+1
| * | | | | | | | | | | | Merge MWL#116 into mariadb-5.2-rpl.unknown2010-12-251-0/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | MWL#116: Code simplifications for TC_LOG_MMAP.unknown2010-10-281-4/+23
| | * | | | | | | | | | | Merge with latest MariaDB 5.1unknown2010-10-011-9/+96
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | MWL#116: Efficient group commit for binary logunknown2010-09-301-2/+4
* | | | | | | | | | | | | | Merge in the fix for LPBUG#730604, and a corrected fix for LP BUG#719198,unknown2011-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix LP BUG#719198, LP BUG#730604unknown2011-03-131-1/+1
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge with 5.2Michael Widenius2011-03-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | / / / / / / / / / | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge with alias as StringMichael Widenius2011-02-281-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \