1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-21 16:03:24 +03:00
Files
mariadb/sql
Ramil Kalimullin 67a3d9e4d0 Fix for bug#37337: Function returns different results
Problem: REGEXP in functions/PSs may return wrong results
due to improper initialization.

Fix: initialize required REGEXP params.


sql/item_cmpfunc.cc:
  Fix for bug#37337: Function returns different results
  
  prev_regexp is used in the Item_func_regex::regcomp()
  to store previous regex and to avoid re-initialization 
  if given the same pattern.
  Shoud be deleted in the Item_func_regex::cleanup() where we
  clean up the regexp structure.
2008-08-15 10:53:25 +05:00
..
2008-08-06 16:20:41 +02:00
2008-07-15 21:46:02 +04:00
2007-10-11 13:29:09 -04:00
2008-07-15 21:46:02 +04:00
2008-08-12 12:26:23 +02:00
2007-10-11 13:29:09 -04:00
2007-10-11 13:29:09 -04:00
2008-04-10 23:27:24 -04:00
2008-02-12 10:43:38 +01:00
2007-10-11 13:29:09 -04:00
2007-10-11 13:29:09 -04:00
2008-08-12 12:26:23 +02:00
2007-10-16 16:11:50 -04:00
2007-10-11 14:37:45 -04:00
2007-10-16 16:11:50 -04:00
2007-10-11 14:37:45 -04:00
2007-10-16 16:11:50 -04:00
2007-10-11 14:37:45 -04:00
2008-07-15 21:46:02 +04:00
2008-07-17 11:31:22 +02:00
2008-07-03 23:41:22 +04:00
2008-07-03 23:41:22 +04:00
2008-01-23 13:26:41 -07:00
2008-04-08 20:31:40 +04:00
2008-08-06 16:20:41 +02:00
2008-07-17 11:31:22 +02:00
2007-10-16 16:11:50 -04:00
2008-07-15 21:46:02 +04:00
2008-07-15 21:46:02 +04:00
2008-07-15 21:46:02 +04:00
2007-10-16 16:11:50 -04:00
2008-07-15 21:46:02 +04:00
2008-07-15 21:46:02 +04:00
2007-10-16 16:11:50 -04:00