diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-08-29 22:29:12 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-09-07 17:26:36 +0200 |
commit | 4ec088f2e76a8004c270d28d042f548c0f81e5f7 (patch) | |
tree | 41677beef28c54c6940fb12e90cb97c19621add8 /sql/share | |
parent | 95b8dcbd43a90994b1d0e2e8a1f987a14a51a1cf (diff) | |
download | mariadb-git-4ec088f2e76a8004c270d28d042f548c0f81e5f7.tar.gz |
MDEV-8348: Add catchall to all table partitioning for list partitions
DEFAULT partition support added to LIST and LIST COLUMN partitioning.
Partitions Prunning added for DEFAULT partititon.
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 37012c17bfb..3082508613c 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7219,3 +7219,6 @@ ER_CALCULATING_DEFAULT_VALUE eng "Got an error when calculating default value for %`s" ER_EXPRESSION_REFERS_TO_UNINIT_FIELD 01000 eng "Expression for field %`-.64s is refering to uninitialized field %`s" +ER_PARTITION_DEFAULT_ERROR + eng "Only one DEFAULT partition allowed" + ukr "Припустимо мати тільки один DEFAULT розділ" |