summaryrefslogtreecommitdiff
path: root/regex
Commit message (Collapse)AuthorAgeFilesLines
* my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-312-1/+16
| | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | Changed header to GPL version 2 only
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-1/+2
| | | | | | | (Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
* make dist changes for Cmake buildgeorg@lmy002.wdf.sap.corp2006-09-011-1/+1
|
* Additional files for cmake supportgeorg@lmy002.wdf.sap.corp2006-08-311-0/+5
|
* Bug#19407 Test 'func_regexp' fails on Windows x64iggy@mysql.com2006-06-191-1/+1
|
* Mergekent@mysql.com2005-09-2914-63/+63
|\
| * Many files:kent@mysql.com2005-09-2914-63/+63
| | | | | | | | | | | | | | Prefix regex functions/types with "my_" as our library is not compatible with normal regex lib. my_regex.h: Rename: regex/regex.h -> regex/my_regex.h
| * fixed function sig so it will compile with Visual C++ 8reggie@linux.site2005-07-141-5/+1
| |
* | Mergekent@mysql.com2005-07-061-1/+1
|\ \ | |/
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | regerror.c:reggie@mdk10.(none)2005-04-251-5/+1
| | | | | | | | Changed function signature to fix compile errors with Whidbey
* | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵brian@zim.(none)2005-03-161-1/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-1/+1
| | | | | | | | (Found during build process)
* | Merge mysql.com:/home/dlenev/src/mysql-4.1-mergesdlenev@mysql.com2005-01-181-2/+1
|\ \ | |/ | | | | into mysql.com:/home/dlenev/src/mysql-5.0-merges
| * Cleanups in Makefile.amskonstantin@mysql.com2005-01-181-2/+1
| |
* | After merge fixesmonty@mysql.com2004-12-311-1/+1
|/
* Bugs: #7111: server crashes when regexp is usedbar@mysql.com2004-12-091-2/+19
|
* Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-4/+4
| | | | Fixed checking of privilege handling in CREATE ... SELECT (Bug #6094)
* Review of all code pushed since last reviewmonty@mishka.local2004-10-202-0/+4
| | | | | | | Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
* - compile fix for regex/regcomp.c spotted on Mac OS Xlenz@mysql.com2004-06-151-1/+1
| | | | (too few arguments)
* Removed compiler warningmonty@mysql.com2004-03-181-12/+12
| | | | Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X
* Merge with 4.0.17monty@mysql.com2003-12-171-0/+10
|\
| * Added checking of return value from my_once_alloc() in charsetmonty@mysql.com2003-12-101-0/+10
| | | | | | | | Added checking of return value from malloc() in reg_init()
* | regexp worked only with the default character set.bar@bar.mysql.r18.ru2003-09-242-21/+35
| | | | | | | | Now it can work with any character set.
* | Move latin1 into a separarte filebar@bar.mysql.r18.ru2003-01-291-2/+2
| |
* | Reorganization to restore generating charset C files from conf filesbar@bar.mysql.r18.ru2003-01-295-7/+6
| |
* | Makefile.am:bar@bar.mysql.r18.ru2002-11-281-1/+1
| | | | | | | | libmysys.a is needed for my_errno
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-1/+1
| |
* | mergedserg@serg.mysql.com2002-10-1411-98/+117
|\ \ | |/ |/|
| * Regex library is switched to use new ctype toolsbar@gw.udmsearch.izhnet.ru2002-03-0611-98/+117
| | | | | | | | to allow usage of many character sets at a time.
* | - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-9/+0
|/ | | | | - some additional small fixes - added "depcomp" for automake 1.5
* Query cache.monty@hundin.mysql.fi2001-12-028-54/+58
| | | | Remove some warnings
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-148-8/+8
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Fixed bug in REGEXP for Linux Alphamonty@donna.mysql.fi2001-04-112-9/+9
|
* got --with-other-libc to work, finallysasha@mysql.sashanet.com2001-04-021-0/+1
|
* First part of automatic repair of MyISAM tables.monty@tramp.mysql.fi2000-10-035-143/+145
| | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-153-8/+15
|
* Import changesetbk@work.mysql.com2000-07-3130-0/+7359