Normalize multi_name_lengths.

pull/2797/head
Hadi Moshayedi 2019-06-25 14:18:33 +02:00
parent c7745486b9
commit 25a984bab4
2 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,6 @@ s/"(on_update_fkey_table_|fkey_)[0-9]+"/"\1xxxxxxx"/g
# In multi_insert_select_conflict, normalize shard name and constraints
s/"(target_table_|target_table_|test_ref_table_)[0-9]+"/"\1xxxxxxx"/g
s/\(col_1\)=\([0-9]+\)/(col_1)=(X)/g
# In multi_name_lengths, normalize shard names
s/name_len_12345678901234567890123456789012345678_fcd8ab6f_[0-9+]/name_len_12345678901234567890123456789012345678_fcd8ab6f_xxxxx/g

View File

@ -7,4 +7,5 @@ failure_savepoints
foreign_key_restriction_enforcement
multi_insert_select
multi_insert_select_conflict
multi_name_lengths
multi_subtransactions