diff options
author | tomas@mc05.(none) <> | 2004-05-19 11:17:24 +0200 |
---|---|---|
committer | tomas@mc05.(none) <> | 2004-05-19 11:17:24 +0200 |
commit | 67fc4591305a9d2fb430a3792833cb2d7b60e9d9 (patch) | |
tree | 226dacf6e2f836cb010de9be134c30f3ba388955 /ndb/src/common | |
parent | 4f194cb8a4d6ec532ee4de4de60f277cee190f12 (diff) | |
download | mariadb-git-67fc4591305a9d2fb430a3792833cb2d7b60e9d9.tar.gz |
removed global variable fullyQualifiedNames
Diffstat (limited to 'ndb/src/common')
-rw-r--r-- | ndb/src/common/portlib/unix/NdbThread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/portlib/unix/NdbThread.c b/ndb/src/common/portlib/unix/NdbThread.c index d78941454d4..b023e851d29 100644 --- a/ndb/src/common/portlib/unix/NdbThread.c +++ b/ndb/src/common/portlib/unix/NdbThread.c @@ -21,7 +21,7 @@ #define MAX_THREAD_NAME 16 -//#define USE_PTHREAD_EXTRAS +/*#define USE_PTHREAD_EXTRAS*/ struct NdbThread { |