Skip to content

Commit

Permalink
sessionctx: change "server_uuid" fake value (#9434)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgo authored and zz-jason committed Mar 13, 2019
1 parent f5a4dd9 commit c0d4632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/sysvar.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ var defaultSysVars = []*SysVar{
{ScopeGlobal, "query_cache_size", "1048576"},
{ScopeGlobal, "innodb_stats_transient_sample_pages", "8"},
{ScopeGlobal, "innodb_stats_on_metadata", "OFF"},
{ScopeNone, "server_uuid", "d530594e-1c86-11e5-878b-6b36ce6799ca"},
{ScopeNone, "server_uuid", "00000000-0000-0000-0000-000000000000"},
{ScopeNone, "open_files_limit", "5000"},
{ScopeGlobal | ScopeSession, "ndb_force_send", ""},
{ScopeNone, "skip_show_database", "OFF"},
Expand Down

0 comments on commit c0d4632

Please sign in to comment.