Skip to content

Commit d38d172

Browse files
ruiquelhasdougwilson
authored andcommitted
tests: make affected rows test table temporary
1 parent 465c115 commit d38d172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ common.getTestConnection({flags: '-FOUND_ROWS'}, function (err, connection) {
1313
common.useTestDb(connection);
1414

1515
connection.query([
16-
'CREATE TABLE ?? (',
16+
'CREATE TEMPORARY TABLE ?? (',
1717
'`a` int(11) unsigned NOT NULL AUTO_INCREMENT,',
1818
'`b` int(11),',
1919
'`c` int(11),',

0 commit comments

Comments
 (0)