summaryrefslogtreecommitdiff
path: root/sql/lex.h
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.2.Michael Widenius2011-12-111-2/+5
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+5
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+5
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | | |\
| | | | * Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-0/+13
| | | | |\
* | | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-0/+2
* | | | | | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-0/+6
* | | | | | Added ALTER ONLINE TABLE, which will give an error if the change can't be don...Michael Widenius2011-04-281-0/+1
* | | | | | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-0/+1
|/ / / / /
* | | | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-0/+1
* | | | | Merge of the patch introducing virtual columns into maria-5.2Igor Babaev2009-11-111-2/+7
|\ \ \ \ \
| * | | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-2/+7
| |/ / / /
* | | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-0/+5
|/ / / /
* | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-1/+1
|\ \ \ \ | |/ / /
| * | | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-2/+0
| * | | Removed extra symbol during merge.unknown2008-02-121-1/+0
| * | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-02-081-1/+5
| |\ \ \
| | * | | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-1/+5
* | | | | after mergeunknown2007-12-281-2/+1
* | | | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2007-12-271-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Moved randomize and my_rnd under mysysunknown2007-10-091-1/+3
| * | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-041-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format.unknown2007-07-011-0/+2
* | | | | Fix up merge. Some macros are now functions. Some functions areunknown2007-05-021-0/+1
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-enterprise-former...unknown2007-04-271-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community-formerge51unknown2007-04-251-0/+13
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communityunknown2007-01-031-0/+13
| | |\ \
| | | * | Bug#24795: Add SHOW PROFILEunknown2007-01-031-0/+13
| * | | | Fix -ansi -pedantic warning (can't cast a pointer to function unknown2007-03-081-2/+2
| |/ / /
* | | | Merge pilot.blaudden:/home/msvensson/mysql/bug19991/my51-bug19991unknown2007-03-291-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bug#19991 CHANGE MASTER need option ssl-verify-server-certunknown2007-03-291-0/+1
* | | | Fixed compilations problems and warnings on windowsunknown2007-02-231-1/+1
|/ / /
* | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-01-121-2/+0
|\ \ \
| * | | Bug#22687 (Functions UNIQUE_USERS, GROUP_UNIQUE_USERS)unknown2007-01-111-2/+0
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Many files:unknown2006-12-231-2/+1
| | |/ | |/|
* | | WL# 3031unknown2006-12-011-0/+7
| |/ |/|
* | Merge alik.:/mnt/raid/alik/MySQL/devel/5.1unknown2006-11-071-2/+4
|\ \
| * | Bug#18888 Trying to overwrite sql/lex_hash.h during buildunknown2006-10-261-2/+4
* | | Bug#21114 (Foreign key creation fails to table with name format)unknown2006-11-021-211/+5
|/ /
* | WL#3337 (Event scheduler new architecture)unknown2006-09-121-1/+0
* | This is the second patch for bdb removeal. This takes care of all options and...unknown2006-08-101-2/+0
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-231-0/+1
|\ \
| * \ Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-081-0/+1
| |\ \
| | * | Added new show contributors command. unknown2006-05-021-0/+1
* | | | fix for bug #17619 Scheduler race conditionsunknown2006-05-221-0/+1
|/ / /
* | | Added support for key_block_size for key and table level (WL#602)unknown2006-05-031-0/+1
|/ /
* | Merge mysql.com:/extern/mysql/5.1/generic/mysql-5.0-mergeunknown2006-04-251-7/+0
|\ \ | |/
| * Fixed BUG#18949: Test case sp-goto is disabledunknown2006-04-181-7/+0
* | BUG#15561: Possible to strange things with partitions defined although no par...unknown2006-04-101-0/+2