summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/NdbDictionaryImpl.cpp
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-02-16 21:29:19 +0100
committerunknown <mskold@mysql.com>2005-02-16 21:29:19 +0100
commitde5fa1dc3396dee1bf5fba06bcbd2b482946bcae (patch)
tree2c1bd950891cc02c0bc21a2368a63a76a689ffe7 /ndb/src/ndbapi/NdbDictionaryImpl.cpp
parent9c2469e15d83758075f383fd050af178f6907d0c (diff)
parentfced35f74a0c93fbbea0f1d2a21da13378467caf (diff)
downloadmariadb-git-de5fa1dc3396dee1bf5fba06bcbd2b482946bcae.tar.gz
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0-ndb ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged
Diffstat (limited to 'ndb/src/ndbapi/NdbDictionaryImpl.cpp')
-rw-r--r--ndb/src/ndbapi/NdbDictionaryImpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.cpp b/ndb/src/ndbapi/NdbDictionaryImpl.cpp
index d67216a9b88..b144ae917fa 100644
--- a/ndb/src/ndbapi/NdbDictionaryImpl.cpp
+++ b/ndb/src/ndbapi/NdbDictionaryImpl.cpp
@@ -111,6 +111,8 @@ NdbColumnImpl::init(Type t)
break;
case Olddecimal:
case Olddecimalunsigned:
+ case Decimal:
+ case Decimalunsigned:
m_precision = 10;
m_scale = 0;
m_length = 1;