summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Automatic merge with 5.1Michael Widenius2010-11-041-1/+3
|\ \ \ | |/ /
| * | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+3
* | | merge with 5.1Sergei Golubchik2010-10-251-0/+19
|\ \ \ | |/ /
| * | 5.1.51 mergeSergei Golubchik2010-10-191-0/+19
| |\ \ | | |/
| | * WL#5370 Keep forward-compatibility when changingunknown2010-08-181-0/+19
* | | MergeIgor Babaev2010-10-141-46/+69
|\ \ \ | |/ /
| * | Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & AriaMichael Widenius2010-10-121-46/+69
* | | Automatic mergeMichael Widenius2010-10-011-3/+1
|\ \ \
| * | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable...Michael Widenius2010-09-231-3/+1
* | | | rename maria to ariaSergei Golubchik2010-09-121-4/+4
* | | | merge with 5.1Sergei Golubchik2010-09-111-22/+33
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Automatic merge with 5.1-release (5.1.50)Michael Widenius2010-09-091-3/+3
| |\ \
| | * | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-3/+3
| * | | Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-091-1/+1
| |/ /
| * | Merge with MySQL 5.1.50Michael Widenius2010-08-271-19/+30
| |\ \ | | |/
| | * BUG#49124 Security issue with /*!-versioned */ SQL statements on Slaveunknown2010-07-291-6/+6
| | * Merge 5.1-bugteam -> 5.1-bug-42496Dmitry Shulga2010-07-231-7/+12
| | |\
| | | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-6/+11
| | | * The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-1/+1
| | * | Fixed bug #51855. Race condition in XA START. If several threadsDmitry Shulga2010-06-291-8/+18
| | |/
* | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-53/+85
|\ \ \ | |/ /
| * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-53/+85
| |\ \ | | |/
| | * Revert Bug#48321 due to build breakage and failing tests.Davi Arnaut2010-06-281-1/+1
| | * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-271-0/+4
| | |\
| | | * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-171-0/+4
| | | |\
| | | | * BUG#53560 CREATE TEMP./DROP TEMP. are not binglogged correctly after a failed...Alfranio Correia2010-05-191-0/+4
| | * | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-06-271-1/+1
| | |/ /
| | * | Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-11/+19
| | |\ \
| | | * | Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-11/+19
| | | |/
| | * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-32/+28
| | * | mergeGeorgi Kodinov2010-06-071-2/+5
| | |\ \
| | | * | Addendum to the fix for bug #52315: need to set a proper shutdown typeGeorgi Kodinov2010-06-071-2/+6
| | * | | mergeGeorgi Kodinov2010-06-041-0/+13
| | |\ \ \ | | | |/ /
| | | * | Bug #52315: utc_date() crashes when system time > year 2037Georgi Kodinov2010-06-041-0/+13
| | * | | Manual merge.Ramil Kalimullin2010-05-251-9/+17
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Automerge.Ramil Kalimullin2010-05-251-0/+2
| | | |\
| | | | * Bug#53908: compile failure with embedded enabledDavi Arnaut2010-05-251-0/+2
| | | * | Fix for bug #53907: Table dump command can be abused to dump arbitrary tables.Ramil Kalimullin2010-05-251-3/+9
| | | |/
| | | * Bug#48157: crash in Item_field::used_tablesMartin Hansson2010-05-111-2/+4
* | | | merge 5.1->5.2Sergei Golubchik2010-06-011-5/+6
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-2/+3
| |\ \ \ | | |/ /
| | * | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-1/+8
| | |\ \ | | | |/
| | | * Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-031-0/+7
| | | * Bug#50974: Server keeps receiving big (> max_allowed_packet) packets indefini...Davi Arnaut2010-04-291-0/+7
| | * | Manual merge.Ramil Kalimullin2010-04-291-1/+9
| | |\ \ | | | |/
| | | * Fix for bug #53237: mysql_list_fields/COM_FIELD_LIST stack smashingRamil Kalimullin2010-04-291-1/+9