Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 1 | -2/+1 |
|\ | | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.0 | ||||
| * | my_strtoll10-x86.s: | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge xiphis.org:/home/antony/work2/mysql-5.0-engines | acurtis/antony@xiphis.org/ltamd64.xiphis.org | 2006-12-26 | 1 | -2/+1 |
|\ \ | |/ | | | | | into xiphis.org:/home/antony/work2/mysql-5.0-engines-merge | ||||
| * | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
| | | | | | | | | Changed header to GPL version 2 only | ||||
* | | Merge chilla.local:/home/mydev/mysql-4.1-axmrg | istruewing@chilla.local | 2006-12-20 | 1 | -0/+4 |
|\ \ | |/ |/| | | | into chilla.local:/home/mydev/mysql-5.0-axmrg | ||||
| * | Bug#25213 - Compiler warnings in MyISAM code | istruewing@chilla.local | 2006-12-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Compiler warnings due to non-matching conversion specifications in format strings in DBUG_PRINT calls, due to non-used parameters (in non-debug mode), and due to seemingly uninitialized variables. Initialized variables, declared parameters unused, and casted DBUG_PRINT arguments to get rid of warnings. | ||||
| * | Added some missing casts and changed a define for alloca(). | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-07-20 | 1 | -2/+3 |
| | | |||||
* | | compatibility issues | monty@mysql.com | 2005-05-20 | 1 | -11/+9 |
|/ | | | | Fixed errors reported by valgrind (some errors in NDB remains) | ||||
* | Merging | hf@deer.(none) | 2004-06-02 | 1 | -5/+5 |
|\ | |||||
| * | WL#1562 (Improving spatial code) | hf@deer.(none) | 2004-05-25 | 1 | -5/+5 |
| | | | | | | | | | | A set of changes improving our RTree indexes and fixed few bugs found during the tests | ||||
* | | WL#1163 To make spatial code optional | hf@deer.(none) | 2004-03-12 | 1 | -0/+4 |
|/ | | | | myisam spatial code isolated | ||||
* | Fix for memory overlap in rt_split.c (reported by valgrind) | hf@deer.(none) | 2003-11-04 | 1 | -1/+2 |
| | |||||
* | set_var.cc, mysqld.cc, handler.cc, set_var.h, handler.h: | igor@rurik.mysql.com | 2003-08-09 | 1 | -2/+4 |
| | | | | | | | | Added key cache parameters for midpoint insertion strategy Many files: Added midpoint insertion strategy for key cache mi_test2.c: Added a parameter to resize_key_cache | ||||
* | Bug fix: should use my_free() instead of my_afree() after my_multi_malloc(). | ram@mysql.r18.ru | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | Bug fix: should use my_multi_malloc() here!!! | ram@mysql.r18.ru | 2003-03-31 | 1 | -8/+7 |
| | |||||
* | Free allocated memory even in case of error. | ram@mysql.r18.ru | 2003-03-28 | 1 | -2/+5 |
| | |||||
* | Bug fix: should check _mi_new() return value. | ram@mysql.r18.ru | 2003-03-28 | 1 | -2/+5 |
| | |||||
* | Bug fix: should check _mi_write_keypage() return value. | ram@mysql.r18.ru | 2003-03-28 | 1 | -4/+1 |
| | |||||
* | bug fixes | ram@mysql.r18.ru | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | This ChangeSet adds RTREE support into myisam library. | bar@gw.udmsearch.izhnet.ru | 2002-02-20 | 1 | -0/+343 |
RTREEs will be used for GIS extension in MySQL |