We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc0103 commit 547c73cCopy full SHA for 547c73c
1 file changed
src/mysql/discovery/executor/mock.rs
@@ -25,6 +25,6 @@ impl Executor {
25
debug_print!("{}, {:?}", sql, values);
26
debug_print!();
27
28
- Vec::new()
+ panic!("This is a mock Executor");
29
}
30
0 commit comments