mirror of
https://github.com/MariaDB/server.git
synced 2025-04-24 18:27:21 +03:00
When logging to the binary log in row, updates and deletes to a BLACKHOLE engine table are skipped. It is impossible to log binary log in row format for updates and deletes to a BLACKHOLE engine table, as no row events can be generated in these cases. After fix, generate a warning for UPDATE/DELETE statements that modify a BLACKHOLE table, as row events are not logged in row format.
8 lines
294 B
Batchfile
Executable File
8 lines
294 B
Batchfile
Executable File
REM
|
|
REM Example use to run test on PC
|
|
REM One need only to run 'comapre-results' to view results from old runs
|
|
|
|
perl run-all-tests --server mysql --cmp "access,mysql"
|
|
perl run-all-tests --server mysql --cmp "access,mysql" --log --use-old-results
|
|
perl compare-results --cmp "access,mysql" -rel
|