Navigation Menu

Skip to content

Commit

Permalink
[test] add missing $.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 5, 2012
1 parent 2f13306 commit 172db4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/include/have_fractional_seconds.inc
Expand Up @@ -21,7 +21,7 @@ if ($have_mariadb)
let $fractional_seconds = 1;
}

if (!have_mariadb)
if (!$have_mariadb)
{
--disable_query_log
let $fractional_seconds = `SELECT @@global.version >= '5.6'`;
Expand Down

0 comments on commit 172db4b

Please sign in to comment.