-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix how we disable tables in the fuzzer init method (#7419)
The detach operation uses the DROP TABLE sql query to remove a table, but this doesn't work with eponymous tables. Use the "disable_tables" flag instead, which prevents the initialization of the specified tables.
- Loading branch information
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters