Skip to content

Commit 70fc73b

Browse files
committed
Catch another instance
1 parent 1c6f7f4 commit 70fc73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ protected function get_current_sql_modes( $assoc_args ) {
21672167
list( $stdout, $stderr, $exit_code ) = self::run(
21682168
sprintf(
21692169
'%s%s --no-auto-rehash --batch --skip-column-names',
2170-
$this->get_mysql_command(),
2170+
Utils\get_mysql_binary_path(),
21712171
$this->get_defaults_flag_string( $assoc_args )
21722172
),
21732173
array_merge( $args, [ 'execute' => 'SELECT @@SESSION.sql_mode' ] ),

0 commit comments

Comments
 (0)