We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6f7f4 commit 70fc73bCopy full SHA for 70fc73b
src/DB_Command.php
@@ -2167,7 +2167,7 @@ protected function get_current_sql_modes( $assoc_args ) {
2167
list( $stdout, $stderr, $exit_code ) = self::run(
2168
sprintf(
2169
'%s%s --no-auto-rehash --batch --skip-column-names',
2170
- $this->get_mysql_command(),
+ Utils\get_mysql_binary_path(),
2171
$this->get_defaults_flag_string( $assoc_args )
2172
),
2173
array_merge( $args, [ 'execute' => 'SELECT @@SESSION.sql_mode' ] ),
0 commit comments