1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-30940: Try to fix the test

This commit is contained in:
Marko Mäkelä
2024-01-17 12:50:44 +02:00
parent f8c88d905b
commit 6a514ef672
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
CREATE TABLE t (pk int PRIMARY KEY, c varchar(10)) ENGINE=InnoDB;
CREATE TABLE t (pk int PRIMARY KEY, c varchar(10))
STATS_PERSISTENT=0 ENGINE=InnoDB;
INSERT INTO t VALUES (10, "0123456789");
connection default;
BEGIN;