summaryrefslogtreecommitdiff
path: root/ndb/include/ndb_constants.h
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-01-19 10:07:15 +0100
committerunknown <joreland@mysql.com>2005-01-19 10:07:15 +0100
commitda8a9e2f20e737f63e271f3a8ae7e8ba8dc276b7 (patch)
tree04c68c5c08447661ecabe30e6c4493410f459596 /ndb/include/ndb_constants.h
parent21d24f34a66a2cd9132c59cfb68db2673321a9c1 (diff)
downloadmariadb-git-da8a9e2f20e737f63e271f3a8ae7e8ba8dc276b7.tar.gz
ndb compiler warning, c++ style comment in c-file
ndb/include/ndb_constants.h: remove // from .h-file
Diffstat (limited to 'ndb/include/ndb_constants.h')
-rw-r--r--ndb/include/ndb_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndb_constants.h b/ndb/include/ndb_constants.h
index 491d0719a69..a04afe1bd72 100644
--- a/ndb/include/ndb_constants.h
+++ b/ndb/include/ndb_constants.h
@@ -48,7 +48,7 @@
#define NDB_TYPE_BIGUNSIGNED 10
#define NDB_TYPE_FLOAT 11
#define NDB_TYPE_DOUBLE 12
-#define NDB_TYPE_DECIMAL 13 // not used
+#define NDB_TYPE_DECIMAL 13 /* not used */
#define NDB_TYPE_CHAR 14
#define NDB_TYPE_VARCHAR 15
#define NDB_TYPE_BINARY 16