1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-3873: post-merge fix.

This commit is contained in:
unknown
2013-02-04 17:25:10 +02:00
parent 330d3a7d1f
commit 1f85b1e069

View File

@@ -1038,7 +1038,7 @@ public:
String *val_str(String *);
void fix_length_and_dec()
{
maybe_null= TRUE;
set_persist_maybe_null(1);
collation.set(&my_charset_bin);
decimals= 0;
}