diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2017-12-16 16:44:33 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2017-12-16 16:44:33 +0300 |
commit | 7380376370dd9ec93fbcd684c80ab4e5bda70f24 (patch) | |
tree | f0828ba876a72f60095f92d928602d601cba6976 /sql/share | |
parent | 64b11e61b5055cbdcdb97911d426b4f13f14fbd1 (diff) | |
download | mariadb-git-7380376370dd9ec93fbcd684c80ab4e5bda70f24.tar.gz |
MDEV-14293: MyRocks lacks basic functionality
Adjust the fix according to the review input: don't introduce a special
error caode, use ER_INTERNAL_ERROR catch-all.
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 50ccc6eadd1..74ac7e9f557 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7752,7 +7752,3 @@ ER_GEOJSON_EMPTY_COORDINATES ER_MYROCKS_CANT_NOPAD_COLLATION eng "MyRocks doesn't currently support collations with \"No pad\" attribute." - -ER_MYROCKS_COLLATION_IS_LIMITED - eng "Indexed column %s.%s uses a collation that does not allow index-only access in secondary key and has reduced disk space efficiency in primary key." - |