You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE at0 (i INTEGER) ENGINE=Aria TRANSACTIONAL=0;
8
+
INSERT INTO at0 VALUES (1), (1), (2), (3), (5);
5
9
BACKUP SERVER TO '$target_directory';
6
10
BACKUP SERVER TO '$target_directory' WITH '/bin/false';
7
11
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WITH '/bin/false'' at line 1
0 commit comments