diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-12-20 09:40:49 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-12-20 09:40:49 +0100 |
commit | dc2856ad60b4ff7787b3c18a9cb28fdd91d2765e (patch) | |
tree | d0c92ed2ea082b5ca1e10370381c05a12245212b /storage/connect/ha_connect.cc | |
parent | cb4c2a98b56b836ba19f822b52ea24337cd34370 (diff) | |
parent | 0735423e196e35f4fb5ca5b4bdc16bcbd4af37fe (diff) | |
download | mariadb-git-dc2856ad60b4ff7787b3c18a9cb28fdd91d2765e.tar.gz |
Merge branch 'connect/10.2' into 10.2
Diffstat (limited to 'storage/connect/ha_connect.cc')
-rw-r--r-- | storage/connect/ha_connect.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/ha_connect.cc b/storage/connect/ha_connect.cc index 7e2cad77d8d..501a2b208d8 100644 --- a/storage/connect/ha_connect.cc +++ b/storage/connect/ha_connect.cc @@ -4191,7 +4191,7 @@ int ha_connect::rnd_pos(uchar *buf, uchar *pos) rc= rnd_next(buf); } else { PGLOBAL g = GetPlug((table) ? table->in_use : NULL, xp); - strcpy(g->Message, "Not supported by this table type"); +// strcpy(g->Message, "Not supported by this table type"); my_message(ER_ILLEGAL_HA, g->Message, MYF(0)); rc= HA_ERR_INTERNAL_ERROR; } // endif SetRecpos @@ -7307,7 +7307,7 @@ maria_declare_plugin(connect) PLUGIN_LICENSE_GPL, connect_init_func, /* Plugin Init */ connect_done_func, /* Plugin Deinit */ - 0x0107, /* version number (1.05) */ + 0x0106, /* version number (1.06) */ NULL, /* status variables */ connect_system_variables, /* system variables */ "1.06.0008", /* string version */ |