summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_regexp.result
Commit message (Collapse)AuthorAgeFilesLines
* mark subquery in the FROM clause like derived and quoate all identifiers ↵bell@sanja.is.com.ua2004-07-201-1/+1
| | | | (BUG#4609)
* cleanup for Item_func_regex (Bug #4199)bell@sanja.is.com.ua2004-06-191-0/+17
|
* fixed flags of printed querybell@sanja.is.com.ua2004-05-131-1/+1
|
* added code covarage for functions convert(), nullif(), crc32(), ↵bell@sanja.is.com.ua2003-10-301-0/+5
| | | | | | | | is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
* regexp worked only with the default character set.bar@bar.mysql.r18.ru2003-09-241-0/+24
| | | | Now it can work with any character set.
* client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-271-0/+29
| | | | | | | | | | | | | | added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
* Fixed bug in REGEXP for Linux Alphamonty@donna.mysql.fi2001-04-111-0/+10
|
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+15
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit