diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-12-16 21:11:24 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-12-16 21:11:24 +0100 |
commit | fe7c2aaeeab289b09645748e2006a7a9409fbbfa (patch) | |
tree | 362bb915c03f593d64f5b86b5cc47752ad403593 /mysql-test/t/init_file.opt | |
parent | 1679fe1c3e667f450f9737c07f3d0195bd9405cf (diff) | |
download | mariadb-git-fe7c2aaeeab289b09645748e2006a7a9409fbbfa.tar.gz |
MDEV-3816 init-file stops getting executed if a long enough line is encountered; on a debug version, assertion `! is_set() || can_overwrite_status' fails
backport improved bootstrap error handling from 5.6
Was:
revno: 3768.1.1
committer: Christopher Powers <chris.powers@oracle.com>
timestamp: Wed 2012-05-02 22:16:40 -0500
message:
Bug#11766342 INITIAL DB CREATION FAILS ON WINDOWS WITH AN ASSERT IN SQL_ERROR.CC
Improved bootstrap error handling:
- Detect and report file i/o errors
- Report query size errors with nearest query text
Diffstat (limited to 'mysql-test/t/init_file.opt')
-rw-r--r-- | mysql-test/t/init_file.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/init_file.opt b/mysql-test/t/init_file.opt new file mode 100644 index 00000000000..825311dabf2 --- /dev/null +++ b/mysql-test/t/init_file.opt @@ -0,0 +1 @@ +--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat |