Skip to content

Commit 08fe203

Browse files
ruiquelhasnwoltman
authored andcommitted
tests: fix setup duplicate table issue
1 parent 28d8af1 commit 08fe203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/connection/test-connection-config-flags-affected-rows.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ common.getTestConnection({flags: '-FOUND_ROWS'}, function (err, connection) {
1212

1313
common.useTestDb(connection);
1414

15+
connection.query('DROP TABLE IF EXISTS ??', [table], assert.ifError);
16+
1517
connection.query([
1618
'CREATE TEMPORARY TABLE ?? (',
1719
'`a` int(11) unsigned NOT NULL AUTO_INCREMENT,',

0 commit comments

Comments
 (0)