Skip to content

Commit

Permalink
tests: make affected rows test table temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiquelhas authored and dougwilson committed Mar 14, 2018
1 parent 465c115 commit d38d172
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ common.getTestConnection({flags: '-FOUND_ROWS'}, function (err, connection) {
common.useTestDb(connection);

connection.query([
'CREATE TABLE ?? (',
'CREATE TEMPORARY TABLE ?? (',
'`a` int(11) unsigned NOT NULL AUTO_INCREMENT,',
'`b` int(11),',
'`c` int(11),',
Expand Down

0 comments on commit d38d172

Please sign in to comment.