summaryrefslogtreecommitdiff
path: root/sql/share
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-2/+2
|\
| * MDEV-9592 - New 'Normal shutdown' log format can be confusingSergey Vojtovich2018-03-131-2/+2
| * Fixed wrong arguments to printf and related functionsMonty2018-01-041-1/+1
* | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-0/+4
* | unify error messages a bitSergei Golubchik2018-02-241-4/+4
* | MDEV-15168 Unexpected ER_VERS_ENGINE_UNSUPPORTED upon dropping versioning on ...Eugene Kosov2018-02-241-2/+2
* | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-2/+2
* | MDEV-14798 Add, drop system versioning semantic and syntaxSergei Golubchik2018-02-231-2/+2
* | MDEV-15146 SQLError[4122]: View is not system versionedSergei Golubchik2018-02-121-1/+1
* | Remove ER_NON_VERSIONED_FIELD_IN_HISTORICAL_QUERYSergei Golubchik2018-02-121-2/+2
* | MDEV-13417 UPDATE produces wrong values if an updated column is later used as...Jerome Brauge2018-02-121-1/+2
* | Added error message for index file fullMonty2018-02-061-0/+3
* | Updated error message for wrong foreign key constraintMonty2018-01-301-12/+12
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | Merge branch '10.3' of https://github.com/mariadb/server into 10.3Vladislav Vaintroub2018-01-291-2/+2
|\ \
| * | MDEV-15061 TRUNCATE must honor InnoDB table locksMarko Mäkelä2018-01-251-2/+2
* | | Keep the ER_OUT_OF_RESOURCES message short and OS neutral.Vladislav Vaintroub2018-01-181-8/+8
|/ /
* | remove "Transaction-based system versioning is EXPERIMENTAL" warningSergei Golubchik2018-01-131-4/+1
* | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-24/+24
|\ \
| * \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-24/+24
| |\ \
| | * \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-24/+24
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-24/+24
| | | |\
| | | | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-23/+23
| | | | |\
| | | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-23/+23
| | | | | |\
| | | | | | * MDEV-14639: Fix unexpected end of line at 'Normal shutdown'Simon J Mudd2017-12-191-22/+22
| | | * | | | MDEV-14293: MyRocks lacks basic functionalitySergei Petrunia2017-12-161-4/+0
| | | * | | | MDEV-14293: MyRocks lacks basic functionalitySergei Petrunia2017-12-151-0/+3
* | | | | | | SQL: error messagesSergei Golubchik2018-01-091-23/+2
* | | | | | | SQL: derived, hiding, error messagesSergei Golubchik2018-01-091-8/+2
* | | | | | | MDEV-14764 Confusing error message: Table `t1` must have at least one tempora...Sergei Golubchik2018-01-091-1/+1
* | | | | | | MDEV-14769 Temporary table can be altered into system versioning + system_ver...Eugene Kosov2018-01-011-1/+1
* | | | | | | SQL: prohibit ALTER ... AS ROW START|END [fixes #429]Eugene Kosov2017-12-251-3/+0
* | | | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in ...Eugene Kosov2017-12-221-1/+1
* | | | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r...Eugene Kosov2017-12-211-0/+3
* | | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-191-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2017-12-181-2/+2
* | | | | | | MDEV-14692 Server crash in MDL_ticket::has_stronger_or_equal_typeEugene Kosov2017-12-211-0/+3
* | | | | | | MDEV-14687 DELETE HISTORY in prepared stmt crash [fixes #421]Aleksey Midenkov2017-12-201-2/+2
* | | | | | | MDEV-14676 Redundancy in error codesAleksey Midenkov2017-12-191-3/+1
* | | | | | | MDEV-14684 Assertion `table' failed in mysql_deleteEugene Kosov2017-12-191-0/+3
* | | | | | | SQL: partitioning CREATE, ALTER fixesAleksey Midenkov2017-12-181-2/+2
* | | | | | | SQL: system_versioning_transaction_registry default OFFAleksey Midenkov2017-12-181-0/+3
* | | | | | | SQL: error messages revisedAleksey Midenkov2017-12-181-6/+6
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-11/+11
* | | | | | | System Versioning 1.0 pre6Aleksey Midenkov2017-12-151-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Partitioning syntax for versioningSergei Golubchik2017-12-141-2/+2
| * | | | | | | rename versioning_* variablesSergei Golubchik2017-12-141-1/+1
| * | | | | | | yet another error message fixSergei Golubchik2017-12-131-3/+3
* | | | | | | | System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-0/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |