summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* A cleanup for MDEV-13916 Enforce check constraint on JSON typeAlexander Barkov2019-02-151-5/+2
* MDEV-15564 Avoid table rebuild in ALTER TABLE on collation or charset changesMarko Mäkelä2019-02-141-1/+1
* cleanup: Account_optionsSergei Golubchik2019-02-141-31/+21
* MDEV-13095 Implement User Account lockingRobert Bindar2019-02-141-2/+17
* MDEV-13916 Enforce check constraint on JSON typeMonty2019-02-131-1/+5
* MDEV-11340 Allow multiple alternative authentication methods for the same userSergei Golubchik2019-02-041-32/+67
* avoid unintentional %union size increasesSergei Golubchik2019-02-041-0/+2
* Added support for BACKUP LOCK / BACKUP UNLOCKMichael Widenius2019-01-141-4/+20
* MDEV-16266 - New command FLUSH SSL to reload server's SSL certificate(private...Vladislav Vaintroub2018-12-121-0/+2
* Moved early check for table existance to mysql_execute_command()Sergey Vojtovich2018-12-091-1/+1
* Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-1/+19
* MDEV-15073: Generic UDAF parser code in server for windows functionsOleksandr Byelkin2018-11-271-0/+15
* MDEV-17776 CAST(x AS INTERVAL DAY_SECOND(N))Alexander Barkov2018-11-201-0/+4
* Merge 10.3 into 10.4Marko Mäkelä2018-11-191-101/+404
|\
| * MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in...Alexander Barkov2018-11-131-5/+2
| * MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value...Alexander Barkov2018-11-131-6/+41
| * MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,...Alexander Barkov2018-11-121-11/+53
| * MDEV-17669 Add sql_mode specific tokens for the keyword DECLAREAlexander Barkov2018-11-121-14/+20
| * MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reservedAlexander Barkov2018-11-121-2/+4
| * MDEV-17664 Add sql_mode specific tokens for ':' and '%'Alexander Barkov2018-11-111-16/+58
| * A join patch for MDEV-17660 and MDEV-17661Alexander Barkov2018-11-101-3/+31
| * MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-42/+193
| * Fix typo sql_yaccAnel Husakovic2018-11-081-2/+2
* | Grammar cleanup: adding missing and removing redundant semicolonsAlexander Barkov2018-11-191-18/+38
* | MDEV-17694 Add method LEX::sp_proc_stmt_statement_finalize()Alexander Barkov2018-11-141-60/+6
* | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-0/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-071-0/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-11-071-0/+1
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2018-11-071-0/+1
| | | |\
| | | | * Merge 5.5 into 10.0Marko Mäkelä2018-11-071-0/+1
| | | | |\
| | | | | * MDEV-17377 invalid gap in auto-increment values after LOAD DATASergei Golubchik2018-11-011-0/+1
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-2/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-2/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-2/+11
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbotAndrei Elkin2018-10-161-2/+11
| | | * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-19/+19
| | | |\ \ \ | | | | |/ /
| | | | * | compilation failureSergei Golubchik2018-09-041-9/+9
| | | | * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-10/+10
* | | | | | MDEV-12321 authentication plugin: SET PASSWORD supportSergei Golubchik2018-10-311-3/+11
* | | | | | misc cleanupsSergei Golubchik2018-10-311-2/+0
* | | | | | Use mysql.user.authentication_string for passwordSergei Golubchik2018-10-311-4/+4
* | | | | | MDEV-16294 post-merge cleanupsSergei Golubchik2018-10-311-0/+2
* | | | | | MDEV-16294: remove INSTALL SONAME IF EXISTS optionDaniel Black2018-10-311-5/+2
* | | | | | MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN IF EXISTSDaniel Black2018-10-311-9/+19
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-191-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-17359 Concatenation operator || in like expressionhalfspawn2018-10-181-2/+2
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-101-6/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-17374 Shift/reduce conflicts because of SOUNDS_SYM, ESCAPE_SYM, USER_SYM...Alexander Barkov2018-10-041-6/+20
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-3/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+15
| |\ \ \ \ \ | | |/ / / /