mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
fix: sporadic "no database selected" when updating grid header with row details
This commit is contained in:
@@ -3337,7 +3337,7 @@ begin
|
||||
);
|
||||
qGetRowCountApprox: Result := IfThen(
|
||||
FNetType <> ntMySQL_ProxySQLAdmin,
|
||||
'SHOW TABLE STATUS LIKE :EscapedName',
|
||||
'SHOW TABLE STATUS FROM :QuotedDatabase LIKE :EscapedName',
|
||||
''
|
||||
);
|
||||
qGetReverseForeignKeys: Result := 'SELECT DISTINCT'+
|
||||
|
||||
Reference in New Issue
Block a user