1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

ndb: set column type sets column defaults

This commit is contained in:
unknown
2004-09-15 14:52:39 +02:00
parent d3f031e97b
commit f0f29d3383
13 changed files with 131 additions and 46 deletions

View File

@ -33,10 +33,10 @@ public:
{
assert(_name != 0);
setType(_type);
setLength(_length);
setNullable(_nullable);
setPrimaryKey(_pk);
setLength(_length);
setType(_type);
}
};