Commit 3f05aa36 authored by vasil's avatar vasil

branches/zip:

Fix typo made in r4353.
parent a141b6fe
...@@ -1093,7 +1093,7 @@ innobase_start_or_create_for_mysql(void) ...@@ -1093,7 +1093,7 @@ innobase_start_or_create_for_mysql(void)
#else /* HAVE_GCC_ATOMIC_BUILTINS */ #else /* HAVE_GCC_ATOMIC_BUILTINS */
fprintf(stderr, fprintf(stderr,
"InnoDB: Neither mutexes nor rw_locks use GCC atomic builtins.\n"); "InnoDB: Neither mutexes nor rw_locks use GCC atomic builtins.\n");
#else /* HAVE_GCC_ATOMIC_BUILTINS */ #endif /* HAVE_GCC_ATOMIC_BUILTINS */
/* Since InnoDB does not currently clean up all its internal data /* Since InnoDB does not currently clean up all its internal data
structures in MySQL Embedded Server Library server_end(), we structures in MySQL Embedded Server Library server_end(), we
......
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