1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
unknown d79f0973ce Bug#25197 repeat function returns null when using table field directly as count
- Return empty string also if count is unsigned and value is 0


mysql-test/r/func_str.result:
  Update test result
mysql-test/t/func_str.test:
  Add test case for using an unsigned value as count parameter
  for REPEAT
sql/item_strfunc.cc:
  The repeat function should return the emptystring if
  count is unsigned and equal to zero or
  count is signed and less than or equal to zero
2007-02-23 10:28:50 +01:00
..
2007-01-18 18:37:52 -07:00
2006-05-29 16:27:45 +02:00
2006-05-31 22:55:45 -07:00
2006-10-13 08:48:47 +02:00
2006-11-20 17:57:57 +04:00
2006-11-29 13:56:59 -05:00
2007-01-03 03:35:57 +04:00
2006-06-15 01:48:41 +04:00
2006-11-06 23:02:40 -05:00
2006-12-07 15:22:43 +04:00
2006-05-16 22:19:44 -07:00
2006-09-01 05:00:32 +02:00
2006-10-05 00:00:34 +02:00
2006-08-08 12:50:05 +05:00
2006-11-15 10:23:27 +01:00
2006-10-03 15:48:41 +02:00
2006-11-15 10:23:27 +01:00
2006-11-28 13:08:41 -05:00
2007-01-31 19:31:36 -08:00
2006-05-31 22:55:45 -07:00
2006-10-19 18:48:37 +05:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-04-27 21:59:04 +09:30
2006-06-01 16:51:19 -07:00
2006-06-01 16:51:19 -07:00
2007-01-26 17:10:45 -08:00
2007-01-19 12:03:03 +01:00
2006-06-09 19:29:39 -07:00
2007-02-01 13:25:50 +02:00
2007-01-18 15:28:45 +04:00
2006-12-04 14:29:51 +02:00