summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 5.2unknown2011-07-211-0/+23
|\
| * Merge 5.1->5.2unknown2011-07-211-0/+23
| |\
| | * Fix of LP BUG#777809unknown2011-07-211-0/+23
* | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-7/+12
* | | Merge 5.2 -> 5.3 Sergey Petrunya2011-06-241-1/+1
|\ \ \ | |/ /
| * | Fixes BUG#60976 "Crash, valgrind warning and memory leak with partitioned arc...Michael Widenius2011-06-111-1/+1
* | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-0/+4
|\ \ \
| * | | Fixed LP bug #794038.Igor Babaev2011-06-091-3/+0
| * | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-0/+7
| |\ \ \
| | * | | Fix of privilege problem in views and PSOleksandr Byelkin2011-06-021-2/+0
| | * | | MergeIgor Babaev2011-05-201-0/+9
| | |\ \ \
| | | * \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-0/+9
| | | |\ \ \
| | | | * \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-1/+10
| | | | |\ \ \
| | | | | * | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-1/+10
* | | | | | | | merge with 5.1-microSergei Golubchik2011-06-071-5/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-5/+1
* | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-27/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-27/+2
* | | | | | | Rewritten patch of percona - switching query cache on and off, removing comme...unknown2011-05-181-6/+5
* | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-1/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-1/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-2/+16
| | |\ \ \ \
| | | * | | | An after-fix forAlexander Barkov2011-03-031-1/+2
| | | * | | | Bug#11765108 (Bug#58036) client utf32, utf16, ucs2 should be disallowed, they...Alexander Barkov2011-02-181-2/+15
* | | | | | | Added ALTER ONLINE TABLE, which will give an error if the change can't be don...Michael Widenius2011-04-281-2/+2
* | | | | | | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-0/+2
* | | | | | | Merge various replication-related patches into MariaDB 5.3:unknown2011-04-081-0/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl.unknown2011-04-011-27/+46
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge MWL#116 into mariadb-5.2-rpl.unknown2010-12-251-0/+4
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge latest MariaDB 5.1 into MWL#116.unknown2010-11-011-46/+88
| | |\ \ \ \ \ \ \
| | * | | | | | | | MWL#116: Efficient group commit: Fix bug that binlog pos stored by XtraDB dur...unknown2010-10-181-0/+4
* | | | | | | | | | Merge with 5.2Michael Widenius2011-03-091-22/+37
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-22/+37
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-22/+37
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | * | | | | | | MergeKent Boortz2010-12-291-1/+1
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | * | | | | | | | BUG#46166Luis Soares2010-12-161-14/+36
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error Luis Soares2010-11-301-14/+36
| | | | | |_|_|_|/ / / | | | | |/| | | | | |
| | | * | | | | | | | Fixed following problems:Sergey Glukhov2010-12-141-7/+0
| | | |/ / / / / / /
| * | | | | | | | | Merge with alias as StringMichael Widenius2011-02-281-2/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-2/+1
* | | | | | | | | | | Merge with 5.1Michael Widenius2011-01-111-3/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge with 5.1Michael Widenius2011-01-051-3/+8
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | / / / / / | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier.unknown2011-01-031-3/+8
* | | | | | | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-0/+1
* | | | | | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-0/+17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | merge with 5.1Michael Widenius2010-11-301-0/+17
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+17
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Bug#27606 GRANT statement should be replicated with DEFINER informationunknown2010-10-231-0/+7
| | | * | | | | | Bug#56118 STOP SLAVE does not wait till trx with CREATE TMP TABLE ends,unknown2010-10-161-0/+10