
Reloading of rules now properly uses the current rule file if no argument was provided. The rule version counter also used atomic operations for the sake of correctness. The rule parsing is now only required for DML type statements that should be fully parsed.
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
drop table if exists t1;
|
|
create table t1 (id int);
|