Commit 32bb5791 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

replace hardcoded string "#sql" with tmp_file_prefix

parent 24bc8edc
......@@ -2400,7 +2400,7 @@ check_if_skip_table(
tbname = ptr + 1;
}
if (strncmp(tbname, "#sql",4) == 0) {
if (strncmp(tbname, tmp_file_prefix, tmp_file_prefix_length) == 0) {
return TRUE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment