Server IP : 49.212.180.16 / Your IP : 216.73.216.47 Web Server : Apache System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 User : utannto ( 1076) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/rs/mysql/5.1/mysql-test/include/ |
Upload File : |
# # === Name # # binlog_inject_error.inc # # === Description # # Inject binlog write error when running the query, verifies that the # query is ended with the proper error (ER_ERROR_ON_WRITE). # # === Usage # # let query= 'CREATE TABLE t1 (a INT)'; # source include/binlog_inject_error.inc; # SET GLOBAL debug='d,injecting_fault_writing'; --echo $query; --replace_regex /(errno: .*)/(errno: #)/ --error ER_ERROR_ON_WRITE --eval $query SET GLOBAL debug='';