summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-4/+31
|\
| * Crash when giving error message for ALTER SEQUENCEMonty2018-02-151-4/+31
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+2
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-121-1/+2
| |\
| | * MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-1/+2
| | * Fixed wrong arguments to printf and related functionsMonty2018-01-041-1/+1
* | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-7/+5
* | | This commit solves a couple of issuesSachin Setiya2018-02-021-2/+2
* | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-4/+4
* | | Fixed wrong arguments to printfMonty2018-01-301-3/+3
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-46/+50
* | | MDEV-14694 ALTER COLUMN IF EXISTS .. causes syntax error.Alexey Botchkov2018-01-301-13/+16
* | | compilation warning on windowsSergei Golubchik2018-01-171-1/+1
* | | remove dead VERS_EXPERIMENTAL codeSergei Golubchik2018-01-131-15/+1
* | | MDEV-14798 Add, drop system versioning semantic and syntaxEugene Kosov2018-01-121-0/+1
* | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-6/+3
|\ \ \
| * \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-6/+2
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-6/+2
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-6/+2
| | | |\
| | | | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-6/+2
| | | | |\
| | | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-12/+2
| | | | | |\
| | | | | | * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-201-12/+2
| * | | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-0/+1
* | | | | | | Daemon: debug_system_versioning_show, debug_system_versioning_forceAleksey Midenkov2018-01-101-0/+8
* | | | | | | SQL: derived, hiding, error messagesSergei Golubchik2018-01-091-1/+1
* | | | | | | MDEV-14769 Temporary table can be altered into system versioning + system_ver...Eugene Kosov2018-01-011-1/+1
* | | | | | | Fix testsSergei Golubchik2017-12-211-2/+2
* | | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-2/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-191-2/+19
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2017-12-181-2/+19
* | | | | | | Parser: default SYSTEM_TIME ALL for DELETE HISTORYAleksey Midenkov2017-12-211-3/+12
* | | | | | | MDEV-14692 Server crash in MDL_ticket::has_stronger_or_equal_typeEugene Kosov2017-12-211-2/+1
* | | | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r...Eugene Kosov2017-12-201-3/+3
* | | | | | | s/TRUNCATE ... TO/DELETE HISTORY FROM ... BEFORE/Sergei Golubchik2017-12-191-16/+22
* | | | | | | SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-1/+1
* | | | | | | SQL: partitioning CREATE, ALTER fixesAleksey Midenkov2017-12-181-4/+5
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-13/+13
* | | | | | | SQL, IB: unversioned fields with ALTER TABLE [fixes #401]Eugene Kosov2017-12-151-0/+2
* | | | | | | System Versioning 1.0 pre6Aleksey Midenkov2017-12-151-41/+15
|\ \ \ \ \ \ \
| * | | | | | | privilege: s/delete versioning rows/delete history/Sergei Golubchik2017-12-141-1/+1
| * | | | | | | Partitioning syntax for versioningSergei Golubchik2017-12-141-4/+6
| * | | | | | | for now, remove FOR SYSTEM_TIME at the end of the querySergei Golubchik2017-12-131-28/+5
| * | | | | | | if a table is partitioned by system_time, its partitions are not versionedSergei Golubchik2017-12-131-7/+3
* | | | | | | | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-14/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | MDEV-10177 Invisible Columns and Invisible IndexSachin Setiya2017-12-151-1/+7
* | | | | | | | SQL: VIEW system fields propagation removed [fixes #393]Aleksey Midenkov2017-12-131-1/+2
* | | | | | | | SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-27/+272
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-11297: Add support for LIMIT clause in GROUP_CONCAT()Varun Gupta2017-12-081-4/+52
| * | | | | | MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-041-7/+51