Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | my_strtoll10-x86.s: | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 2 | -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-23 | 1 | -2/+2 |
| | | | | Changed header to GPL version 2 only | ||||
* | Remove compiler warnings | monty@mysql.com/nosik.monty.fi | 2006-11-20 | 1 | -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 build | georg@lmy002.wdf.sap.corp | 2006-09-01 | 1 | -1/+1 |
| | |||||
* | Additional files for cmake support | georg@lmy002.wdf.sap.corp | 2006-08-31 | 1 | -0/+5 |
| | |||||
* | Bug#19407 Test 'func_regexp' fails on Windows x64 | iggy@mysql.com | 2006-06-19 | 1 | -1/+1 |
| | |||||
* | Merge | kent@mysql.com | 2005-09-29 | 14 | -63/+63 |
|\ | |||||
| * | Many files: | kent@mysql.com | 2005-09-29 | 14 | -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++ 8 | reggie@linux.site | 2005-07-14 | 1 | -5/+1 |
| | | |||||
* | | Merge | kent@mysql.com | 2005-07-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Makefile.am: | kent@mysql.com | 2005-07-05 | 1 | -1/+2 |
| | | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir | ||||
* | | regerror.c: | reggie@mdk10.(none) | 2005-04-25 | 1 | -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-16 | 1 | -1/+1 |
| | | | | | | | | wants this feature look at a web-dav hookup). | ||||
* | | Remove compiler warnings and remove not used variables | monty@mysql.com | 2005-02-25 | 1 | -1/+1 |
| | | | | | | | | (Found during build process) | ||||
* | | Merge mysql.com:/home/dlenev/src/mysql-4.1-merges | dlenev@mysql.com | 2005-01-18 | 1 | -2/+1 |
|\ \ | |/ | | | | | into mysql.com:/home/dlenev/src/mysql-5.0-merges | ||||
| * | Cleanups in Makefile.ams | konstantin@mysql.com | 2005-01-18 | 1 | -2/+1 |
| | | |||||
* | | After merge fixes | monty@mysql.com | 2004-12-31 | 1 | -1/+1 |
|/ | |||||
* | Bugs: #7111: server crashes when regexp is used | bar@mysql.com | 2004-12-09 | 1 | -2/+19 |
| | |||||
* | Fix compiler warnings (detected by Intel's C++ compiler) | monty@mysql.com | 2004-10-22 | 1 | -4/+4 |
| | | | | Fixed checking of privilege handling in CREATE ... SELECT (Bug #6094) | ||||
* | Review of all code pushed since last review | monty@mishka.local | 2004-10-20 | 2 | -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 X | lenz@mysql.com | 2004-06-15 | 1 | -1/+1 |
| | | | | (too few arguments) | ||||
* | Removed compiler warning | monty@mysql.com | 2004-03-18 | 1 | -12/+12 |
| | | | | Changed _XXX to _MY_XXX to solve conflict problem on Mac OS X | ||||
* | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -0/+10 |
|\ | |||||
| * | Added checking of return value from my_once_alloc() in charset | monty@mysql.com | 2003-12-10 | 1 | -0/+10 |
| | | | | | | | | Added checking of return value from malloc() in reg_init() | ||||
* | | regexp worked only with the default character set. | bar@bar.mysql.r18.ru | 2003-09-24 | 2 | -21/+35 |
| | | | | | | | | Now it can work with any character set. | ||||
* | | Move latin1 into a separarte file | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -2/+2 |
| | | |||||
* | | Reorganization to restore generating charset C files from conf files | bar@bar.mysql.r18.ru | 2003-01-29 | 5 | -7/+6 |
| | | |||||
* | | Makefile.am: | bar@bar.mysql.r18.ru | 2002-11-28 | 1 | -1/+1 |
| | | | | | | | | libmysys.a is needed for my_errno | ||||
* | | removed redundant -I include-dirs | serg@serg.mysql.com | 2002-11-26 | 1 | -1/+1 |
| | | |||||
* | | merged | serg@serg.mysql.com | 2002-10-14 | 11 | -98/+117 |
|\ \ | |/ |/| | |||||
| * | Regex library is switched to use new ctype tools | bar@gw.udmsearch.izhnet.ru | 2002-03-06 | 11 | -98/+117 |
| | | | | | | | | to allow usage of many character sets at a time. | ||||
* | | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-10-01 | 1 | -9/+0 |
|/ | | | | | - some additional small fixes - added "depcomp" for automake 1.5 | ||||
* | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 8 | -54/+58 |
| | | | | Remove some warnings | ||||
* | Changed to use my_global.h | monty@hundin.mysql.fi | 2001-09-14 | 8 | -8/+8 |
| | | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG | ||||
* | Fixed bug in REGEXP for Linux Alpha | monty@donna.mysql.fi | 2001-04-11 | 2 | -9/+9 |
| | |||||
* | got --with-other-libc to work, finally | sasha@mysql.sashanet.com | 2001-04-02 | 1 | -0/+1 |
| | |||||
* | First part of automatic repair of MyISAM tables. | monty@tramp.mysql.fi | 2000-10-03 | 5 | -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.2 | monty@donna.mysql.com | 2000-08-18 | 1 | -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 fixes | monty@donna.mysql.com | 2000-08-15 | 3 | -8/+15 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 30 | -0/+7359 |