1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/sql
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-12-29 00:47:05 +01:00
2010-03-17 19:15:41 +01:00
2010-12-29 00:47:05 +01:00
2010-10-01 13:39:49 +02:00
2010-07-09 15:00:33 +02:00
2010-12-29 00:47:05 +01:00
2010-12-14 12:33:03 +03:00
2010-12-29 00:47:05 +01:00
2010-12-14 12:33:03 +03:00
2010-12-29 00:47:05 +01:00
2011-01-28 13:37:39 +01:00
2010-11-09 12:45:13 -02:00
2010-12-28 19:57:23 +01:00
2008-11-22 01:10:38 +01:00
2008-11-22 01:10:38 +01:00
2010-12-29 00:47:05 +01:00
2009-06-01 16:00:38 +04:00
2010-07-23 18:15:56 +07:00
2010-03-17 19:15:41 +01:00
2010-12-29 00:47:05 +01:00
2011-01-24 11:48:54 +08:00
2008-07-03 23:41:22 +04:00
2009-04-29 07:59:10 +05:00
2009-12-18 16:44:24 -02:00
2008-01-23 13:26:41 -07:00
2010-06-11 16:52:06 +04:00
2011-02-02 19:05:28 +02:00
2010-12-14 12:33:03 +03:00
2011-01-26 15:30:06 +08:00
2011-01-26 15:30:06 +08:00
2010-12-17 15:05:50 +02:00
2011-03-03 11:25:37 +03:00
2011-01-07 15:28:36 +02:00
2010-01-24 15:03:23 +08:00
2009-01-14 18:50:51 +04:00
2010-12-29 00:47:05 +01:00
2009-11-03 20:45:52 +03:00
2010-12-29 00:47:05 +01:00
2009-06-17 16:56:44 +02:00