mariadb/mysql-test/main/mysqldump-system,win.rdiff
Yuchen Pei 35cebfdc51
MDEV-15696 Implement SHOW CREATE SERVER
One change is that if the port is not supplied or out of bound, the
old behaviour is to print 3306. The new behaviour is to not print
it (if not supplied) or the out of bound value.
2024-10-15 10:50:23 +11:00

26 lines
701 B
Text

--- mysqldump-system.result
+++ mysqldump-system,win.result
@@ -1861,9 +1861,9 @@
Table Checksum
mysql.roles_mapping 2510045525
mysql.time_zone_transition 3719776009
-mysql.plugin 1587119305
+mysql.plugin 2184891911
mysql.servers 3232626815
-mysql.func 3241572444
+mysql.func 310494789
mysql.innodb_table_stats 1972297402
mysql.table_stats 1911089388
# Opps....
@@ -1896,9 +1896,9 @@
Table Checksum
mysql.roles_mapping 2510045525
mysql.time_zone_transition 3719776009
-mysql.plugin 1587119305
+mysql.plugin 2184891911
mysql.servers 3232626815
-mysql.func 3241572444
+mysql.func 310494789
mysql.innodb_table_stats 1972297402
mysql.table_stats 1911089388
DROP FUNCTION IF EXISTS metaphon;