Comment 8 for bug 1676401

Revision history for this message
Jan Gantzert (j3n) wrote :

I think I found the problem.
The import only works with some users.
The Import works with:
mysql -uroot -proot -P3306 --database=test < test.sql

But not with:
mysql -uuser -puser -P3306 --database=test < test.sql
=> ERROR 1210 (HY000) at line 16: Incorrect arguments to EXECUTE

Line 16: /*!50717 EXECUTE s USING @rocksdb_bulk_load_var_name */;

Both users have of course the right to import etc.
And the import works with <= 5.7.11 (without the rockdb comments)