Commit 6793d7f1 authored by Seppo Jaakola's avatar Seppo Jaakola

References lp:1134892 - WSREP_DEBUG_PRINT was left on by mistake

parent 1c09bbfe
......@@ -7224,7 +7224,6 @@ wsrep_append_foreign_key(
foreign->foreign_table->name) :
foreign->foreign_table->name, sizeof(cache_key) - 1);
cache_key_len = strlen(cache_key);
#define WSREP_DEBUG_PRINT
#ifdef WSREP_DEBUG_PRINT
ulint j;
fprintf(stderr, "FK parent key, table: %s %s len: %lu ",
......
......@@ -8187,7 +8187,6 @@ wsrep_append_foreign_key(
foreign->foreign_table->name) :
foreign->foreign_table->name, sizeof(cache_key) - 1);
cache_key_len = strlen(cache_key);
#define WSREP_DEBUG_PRINT
#ifdef WSREP_DEBUG_PRINT
ulint j;
fprintf(stderr, "FK parent key, table: %s %s len: %lu ",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment