diff options
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 |