summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2018-04-26 16:38:56 -0700
committerIgor Babaev <igor@askmonty.org>2018-04-26 16:38:56 -0700
commit6c5e60f1b198ff846ee5595927ff5a74c6b08e91 (patch)
tree4a6793b072f82dc5e5a00e06c723a0a0be5d807d /sql/share
parent99fa7c6c2f9c8d705481bec35f7c4af48848cf70 (diff)
downloadmariadb-git-6c5e60f1b198ff846ee5595927ff5a74c6b08e91.tar.gz
MDEV-16038 Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_clear_all)
Rows with no elements are not allowed in a table value constructor unless it is used in an INSERT statement.
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg-utf8.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index 20e42214e93..c55ac4f2001 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7913,3 +7913,5 @@ ER_INDEX_FILE_FULL
eng "The index file for table '%-.192s' is full"
ER_UPDATED_COLUMN_ONLY_ONCE
eng "The column %`s.%`s cannot be changed more than once in a single UPDATE statement"
+ER_EMPTY_ROW_IN_TVC
+ eng "Row with no elements is not allowed in table value constructor in this context"