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:
@ -33,10 +33,10 @@ public:
|
||||
{
|
||||
assert(_name != 0);
|
||||
|
||||
setType(_type);
|
||||
setLength(_length);
|
||||
setNullable(_nullable);
|
||||
setPrimaryKey(_pk);
|
||||
setLength(_length);
|
||||
setType(_type);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user