Skip to content

Commit

Permalink
fixup! Add support for reporting warnings and information messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Oct 11, 2023
1 parent 020033c commit 9c09729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/70takeimp.t
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ sub read_write_test {

my $create= <<EOT;
CREATE TABLE dbd_mysql_t70takeimp (
id int(4) NOT NULL default 0,
id int NOT NULL default 0,
name varchar(64) NOT NULL default '' );
EOT

Expand Down

0 comments on commit 9c09729

Please sign in to comment.