Skip to content

Commit 0a2eddd

Browse files
committed
MDEV-14975 : fix last commit's typo.
1 parent 5716c71 commit 0a2eddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/mariabackup/backup_copy.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ static lsn_t get_current_lsn(MYSQL *connection)
13971397
lsn_t lsn = 0;
13981398
if (MYSQL_RES *res = xb_mysql_query(connection,
13991399
"SHOW ENGINE INNODB STATUS",
1400-
false, true)) {
1400+
true, false)) {
14011401
if (MYSQL_ROW row = mysql_fetch_row(res)) {
14021402
const char *p= strstr(row[2], lsn_prefix);
14031403
DBUG_ASSERT(p);

0 commit comments

Comments
 (0)