should be it
This commit is contained in:
12
external/duckdb/test/fuzzer/afl/analyze_empty_table.test
vendored
Normal file
12
external/duckdb/test/fuzzer/afl/analyze_empty_table.test
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# name: test/fuzzer/afl/analyze_empty_table.test
|
||||
# description: Test analyze of empty table
|
||||
# group: [afl]
|
||||
|
||||
statement ok
|
||||
PRAGMA disable_optimizer
|
||||
|
||||
statement ok
|
||||
CREATE TABLE t0 (c0 int);
|
||||
|
||||
statement ok
|
||||
ANALYZE t0;
|
||||
Reference in New Issue
Block a user