1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug#24907: unpredictable (display) precission, if input precission increases

post-merge fixes: some things work differently in 5.1
This commit is contained in:
tnurnberg@mysql.com/white.intern.koehntopp.de
2007-11-17 19:42:16 +01:00
parent 18fc735701
commit 909fcea6e1
2 changed files with 2 additions and 2 deletions

View File

@@ -9219,7 +9219,7 @@ static Field *create_tmp_field_from_item(THD *thd, Item *item, TABLE *table,
}
new_field= new Field_new_decimal(len, maybe_null, item->name,
table, dec, item->unsigned_flag);
dec, item->unsigned_flag);
break;
}
case ROW_RESULT: