diff options
author | unknown <tomas@mc05.(none)> | 2004-05-19 14:39:25 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-19 14:39:25 +0200 |
commit | 5122405ed4b9b5bde7ce55c4b7fe658c36f3b700 (patch) | |
tree | d934fee6c2fa33196667062753391eed2974443f /ndb/include/ndb_global.h | |
parent | d1946959ee0cc4dbfe8feb43c5c9591f1de81044 (diff) | |
parent | da340edef286c4d064a6747305592b9eef417c0d (diff) | |
download | mariadb-git-5122405ed4b9b5bde7ce55c4b7fe658c36f3b700.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mc05.(none):/space2/tomas/mysql-4.1
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Auto merged
Diffstat (limited to 'ndb/include/ndb_global.h')
-rw-r--r-- | ndb/include/ndb_global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/ndb_global.h b/ndb/include/ndb_global.h index 5e03b972268..bd1e4954f14 100644 --- a/ndb/include/ndb_global.h +++ b/ndb/include/ndb_global.h @@ -49,6 +49,8 @@ #endif +static const char table_name_separator = '/'; + #ifdef NDB_VC98 #define STATIC_CONST(x) enum { x } #else |