mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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
This commit is contained in:
parent
1679fe1c3e
commit
fe7c2aaeea
9 changed files with 127 additions and 30 deletions
5
mysql-test/t/init_file_longline_3816.test
Normal file
5
mysql-test/t/init_file_longline_3816.test
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
select count(*) from t4;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue