diff options
author | unknown <mskold@mysql.com> | 2005-02-16 21:29:19 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-02-16 21:29:19 +0100 |
commit | de5fa1dc3396dee1bf5fba06bcbd2b482946bcae (patch) | |
tree | 2c1bd950891cc02c0bc21a2368a63a76a689ffe7 /ndb/src/ndbapi/NdbDictionaryImpl.cpp | |
parent | 9c2469e15d83758075f383fd050af178f6907d0c (diff) | |
parent | fced35f74a0c93fbbea0f1d2a21da13378467caf (diff) | |
download | mariadb-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.cpp | 2 |
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; |