1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/mysql-test/t
Sergey Glukhov ff23f5360e Bug#11766424 59527: DECIMAL_BIN_SIZE: ASSERTION `SCALE >= 0 && PRECISION > 0 && SCALE <= PRE
Assertion happens due to missing initialization of unsigned_flag
for Item_func_set_user_var object. It leads to incorrect
calculation of decimal field size.
The fix is to add initialization of unsigned_flag.


mysql-test/r/variables.result:
  test case
mysql-test/t/variables.test:
  test case
sql/item_func.cc:
  add initialization of unsigned_flag.
2011-03-28 12:28:30 +04:00
..
2010-02-25 23:13:11 +04:00
2011-01-25 12:14:28 +05:30
2010-03-09 16:09:32 +01:00
2010-12-14 12:33:03 +03:00
2010-12-21 15:30:07 +03:00
2010-12-14 12:33:03 +03:00
2011-03-17 16:28:16 +05:30
2010-01-29 16:54:27 +02:00
2011-01-26 16:50:21 +01:00
2010-10-15 20:13:35 +05:00
2010-01-15 10:51:39 +02:00
2009-12-23 17:44:03 +04:00
2010-12-14 12:33:03 +03:00