diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-11-02 19:00:51 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-11-02 19:00:51 +0400 |
commit | 37d83e4d48a8ec517946893a78d25e30473afd54 (patch) | |
tree | 522ed69205da96996a0cd69608c878f20d117bfb | |
parent | f276d54404f73ffe4d4b8b643ee186def904e3af (diff) | |
download | mariadb-git-37d83e4d48a8ec517946893a78d25e30473afd54.tar.gz |
Applying InnoDB snashot 5.1-ss6129
Detailed revision comments:
r6125 | vasil | 2009-10-30 10:31:23 +0200 (Fri, 30 Oct 2009) | 4 lines
branches/5.1:
White-space fixup.
-rw-r--r-- | storage/innobase/handler/ha_innodb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 97c2fb56b0a..41d76c5ec55 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -41,7 +41,7 @@ have disabled the InnoDB inlining in this file. */ #include <mysql/plugin.h> #ifndef MYSQL_SERVER -/* This is needed because of Bug #3596. Let us hope that pthread_mutex_t +/* This is needed because of Bug #3596. Let us hope that pthread_mutex_t is defined the same in both builds: the MySQL server and the InnoDB plugin. */ extern pthread_mutex_t LOCK_thread_count; #endif /* MYSQL_SERVER */ |