summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Fixed warningsMichael Widenius2014-09-301-4/+5
* Adding Item_string_sys and Item_string_ascii to reduce duplicate codeAlexander Barkov2014-09-031-5/+5
* MDEV-6688 Illegal mix of collation with bit string B'01100001'Alexander Barkov2014-09-031-66/+14
* Moving Item::str_value from public to protected.Alexander Barkov2014-09-031-24/+5
* MDEV-6661 PI() does not work well in UCS2/UTF16/UTF32 contextAlexander Barkov2014-09-011-2/+2
* 5.5.39 mergeSergei Golubchik2014-08-071-2/+3
|\
| * mysql-5.5.39 mergeSergei Golubchik2014-08-021-2/+3
| |\
| | * BUG#17665767 - FAILING ASSERTION: PRIMARY_KEY_NO == -1 || PRIMARY_KEY_NO == 0 Raghav Kapoor2014-06-251-1/+2
| | * Bug #18978946: BACKPORT TO 5.6: BUGFIX FOR 18017820 "BISON 3 BREAKS MYSQL BUILD"Gleb Shchepa2014-06-231-11/+7
* | | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-3/+3
* | | 5.5 mergeSergei Golubchik2014-05-091-2/+9
|\ \ \ | |/ /
| * | mysql-5.5.37 selective mergeSergei Golubchik2014-03-271-2/+9
| |\ \ | | |/
| | * Bug#17075846 - UNQUOTED FILE NAMES FOR VARIABLE VALUES ARENeeraj Bisht2014-02-121-1/+8
* | | MDEV-5736 remove what remains from ONE_SHOT hackSergei Golubchik2014-05-011-2/+0
* | | MDEV-6170 Incorrect ordering with utf8_bin and utf8mb4_bin collationsAlexander Barkov2014-04-251-1/+4
* | | MDEV-5668 Assertion `granted_role->is_role()' fails on granting role with emp...Sergei Golubchik2014-03-011-0/+5
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-2/+2
* | | Automatic mergeMichael Widenius2014-02-051-28/+36
|\ \ \
| * | | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-28/+36
* | | | 10.0-base mergeSergei Golubchik2014-02-031-2/+2
|\ \ \ \
| * \ \ \ 5.5 mergeSergei Golubchik2014-02-011-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge 5.3->5.5unknown2014-01-151-2/+2
| | |\ \ \
| | | * | | MDEV-5414: RAND() in a subselect : different behavior in MariaDB and MySQLunknown2013-12-181-2/+2
* | | | | | MySQL WL#5522 - InnoDB transportable tablespaces.Sergei Golubchik2014-02-021-23/+16
* | | | | | Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces.Sergei Golubchik2014-02-021-3/+24
* | | | | | MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>Sergei Golubchik2014-01-291-3/+11
| |_|_|/ / |/| | | |
* | | | | cleanups:Sergei Golubchik2013-12-091-8/+7
* | | | | Do the partial merge of WL#5602 correctly:Sergei Golubchik2013-12-091-14/+6
* | | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-2/+21
* | | | | unreserve GET keywordSergei Golubchik2013-11-211-0/+1
* | | | | MDEV-4437 ALTER TABLE .. ADD UNIQUE INDEX IF NOT EXISTS causes syntax error.Alexey Botchkov2013-11-141-3/+3
* | | | | MDEV-4931 Can't use SHUTDOWN in stored programsSergei Golubchik2013-11-101-3/+3
* | | | | 10.0-base mergeSergei Golubchik2013-11-021-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | grant/revoke ... to/from current_roleSergei Golubchik2013-11-021-1/+3
* | | | | 10.0-base merge (roles)Sergei Golubchik2013-10-291-40/+158
|\ \ \ \ \ | |/ / / /
| * | | | Don't allow authentication clauses for roles, in particular:Sergei Golubchik2013-10-281-0/+2
| * | | | remove ER_RESERVED_ROLE.Sergei Golubchik2013-10-181-6/+6
| * | | | New syntax:Sergei Golubchik2013-10-181-9/+24
| * | | | support DEFINER=role and DEFINER=current_roleSergei Golubchik2013-10-181-4/+4
| * | | | SET PASSWORD bugfixes:Sergei Golubchik2013-10-181-3/+2
| * | | | Remove the very old historical but never documented behavior,Sergei Golubchik2013-10-181-6/+17
| * | | | Added GRANT ROLE TO ... and REVOKE ROLE FROM ... functionality.Vicențiu Ciorbaru2013-10-181-1/+3
| * | | | remove DROP ROLE IF EXISTS and CREATE ROLE IF NOT EXISTS syntaxSergei Golubchik2013-10-181-2/+2
| * | | | cannot use lex->grant_user= &current_user, where LEX_USER current_user is a g...Sergei Golubchik2013-10-181-30/+22
| * | | | CURRENT_ROLE() functionSergei Golubchik2013-10-181-0/+8
| * | | | Added GRANT ROLE TO ROLE | USER functionality.Vicențiu Ciorbaru2013-10-181-6/+36
| * | | | Implemented SHOW GRANTS functionalityVicențiu Ciorbaru2013-10-181-14/+10
| * | | | Added SHOW GRANTS recursive role print.Vicențiu Ciorbaru2013-10-181-1/+1
| * | | | Added CREATE ROLE support as well as DROP ROLE support.Vicențiu Ciorbaru2013-10-181-8/+26
| * | | | Refactored yacc grammar to make use of named constants.Vicențiu Ciorbaru2013-10-181-70/+21