mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Adding test for ENGINE=VEC
added: mysql-test/suite/connect/r/vec.result mysql-test/suite/connect/t/vec.test modified: storage/connect/plgdbutl.cpp
This commit is contained in:
@@ -176,6 +176,8 @@ global_open_error_msg(GLOBAL *g, int msgid, const char *path, const char *mode)
|
||||
len= snprintf(g->Message, sizeof(g->Message) - 1,
|
||||
MSG(OPEN_EMPTY_FILE), // "Opening empty file %s: %s"
|
||||
path, strerror(errno));
|
||||
break;
|
||||
|
||||
default:
|
||||
DBUG_ASSERT(0);
|
||||
/* Fall through*/
|
||||
|
Reference in New Issue
Block a user