summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/r/partition_recover_myisam.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-08-13 20:17:00 +0300
committerMonty <monty@mariadb.org>2021-04-01 14:05:35 +0300
commit02db89f0a237ed48327ea662ef7e4d67f797029e (patch)
tree8e16c1de120e4d1cd14c2b68af5b728e92051608 /mysql-test/suite/parts/r/partition_recover_myisam.result
parent5237aede2aee055b38e08df5be6a188eed074ff5 (diff)
downloadmariadb-git-02db89f0a237ed48327ea662ef7e4d67f797029e.tar.gz
Add support for minimum field width for strings to my_vsnprintf()
This patch adds support for right aligned strings and numbers. Left alignment is left as an exercise for anyone needing it.
Diffstat (limited to 'mysql-test/suite/parts/r/partition_recover_myisam.result')
-rw-r--r--mysql-test/suite/parts/r/partition_recover_myisam.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/suite/parts/r/partition_recover_myisam.result b/mysql-test/suite/parts/r/partition_recover_myisam.result
index 151ff802a82..1eddf51b087 100644
--- a/mysql-test/suite/parts/r/partition_recover_myisam.result
+++ b/mysql-test/suite/parts/r/partition_recover_myisam.result
@@ -19,8 +19,8 @@ a
Warnings:
Error 145 Table 't1_will_crash' is marked as crashed and should be repaired
Warning 1034 1 client is using or hasn't closed the table properly
-Error 1034 Size of indexfile is: 1024 Should be: 2048
-Warning 1034 Size of datafile is: 77 Should be: 7
+Error 1034 Size of indexfile is: 1024 Should be: 2048
+Warning 1034 Size of datafile is: 77 Should be: 7
Warning 1034 Number of rows changed from 1 to 11
DROP TABLE t1_will_crash;
CREATE TABLE t1_will_crash (a INT, KEY (a))
@@ -48,7 +48,7 @@ a
Warnings:
Error 145 Table 't1_will_crash#P#p1' is marked as crashed and should be repaired
Warning 1034 1 client is using or hasn't closed the table properly
-Error 1034 Size of indexfile is: 1024 Should be: 2048
-Warning 1034 Size of datafile is: 28 Should be: 7
+Error 1034 Size of indexfile is: 1024 Should be: 2048
+Warning 1034 Size of datafile is: 28 Should be: 7
Warning 1034 Number of rows changed from 1 to 4
DROP TABLE t1_will_crash;