Skip to content

Commit

Permalink
Update to sys schema 1.5.1 post push text fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLeith committed Jun 30, 2016
1 parent 6d69df0 commit 30d98bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/r/initialize.result
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ COUNT(*)
# If this value differs, also update SYS_FUNCTION_COUNT within ./client/upgrade/program.cc
SELECT COUNT(*) FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_SCHEMA = 'sys' AND ROUTINE_TYPE = 'FUNCTION';
COUNT(*)
21
22
# If this value differs, also update SYS_TABLE_COUNT within ./client/upgrade/program.cc
SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'sys' AND TABLE_TYPE = 'BASE TABLE';
COUNT(*)
Expand Down

0 comments on commit 30d98bb

Please sign in to comment.