mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
BUG#15961: After review fixes
New error message sql/share/errmsg.txt: New error message sql/sql_partition.cc: New error message
This commit is contained in:
parent
29cd6ff642
commit
60d5f457c8
2 changed files with 5 additions and 1 deletions
|
|
@ -5614,6 +5614,10 @@ ER_PARTITION_MAXVALUE_ERROR
|
|||
ER_PARTITION_SUBPARTITION_ERROR
|
||||
eng "Subpartitions can only be hash partitions and by key"
|
||||
swe "Subpartitioner kan bara vara hash och key partitioner"
|
||||
ER_PARTITION_SUBPART_MIX_ERROR
|
||||
eng "Must define subpartitions on all partitions if on one partition"
|
||||
swe "Subpartitioner måste definieras på alla partitioner om på en"
|
||||
|
||||
ER_PARTITION_WRONG_NO_PART_ERROR
|
||||
eng "Wrong number of partitions defined, mismatch with previous setting"
|
||||
swe "Antal partitioner definierade och antal partitioner är inte lika"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue