Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.23 -> 4.0, 2003/02/06 | konstantin@mysql.com | 2004-02-06 | 1 | -13/+13 |
|\ | |||||
| * | ignore: | serg@serg.mylan | 2003-11-19 | 1 | -0/+2 |
| | | | | | | | | added sql/udf_example.so scripts/make_win_src_distribution | ||||
* | | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the | lenz@mysql.com | 2004-02-03 | 1 | -0/+1 |
| | | | | | | | | binary distribution and Server RPM | ||||
* | | Mark that strings may change on index only reads (for BDB tables). | monty@mysql.com | 2004-01-29 | 1 | -0/+1 |
| | | | | | | | | This fixed problem with index reads on character fields with BDB tables. (Bug #2509) | ||||
* | | Item_uint::save_in_field() added to take into account bigint->decimal case | serg@serg.mylan | 2003-11-16 | 1 | -0/+1 |
| | | |||||
* | | Fixed bug in SET enum_system_variable=NULL | monty@mashka.mysql.fi | 2003-10-14 | 1 | -0/+1 |
| | | |||||
* | | Remove 3.23 InstallShield files, improve make_win_src_distribution, add ↵ | greg@mysql.com | 2003-09-15 | 1 | -0/+1 |
| | | | | | | | | extra myTest.dsp to be copied into distributions as a fix for BUG#999 | ||||
* | | vio ssl structure renames (to get rid of ending _) | monty@narttu.mysql.fi | 2003-08-27 | 1 | -0/+2 |
| | | | | | | | | | | Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port | ||||
* | | - Added some files to support-files/MacOSX to enable building the Mac OS X | lenz@mysql.com | 2003-08-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | startup item: MySQL (the startup script), StartupItem.Description.plist, StartupItem.Info.plist (PKGMaker control files), StartupItem.postinstall (post-installation script for the Startup Item package) - modified support-files/MacOSX/Makefile.am to include the newly added files in the source distribution | ||||
* | | - minor fixups (no more warnings) | lenz@mysql.com | 2003-04-29 | 1 | -0/+4 |
| | | | | | | | | | | | | - the preferred mailing list is internals@ not dev-public@ (this is a public document) - Rather use the 4.1 tree for new development (4.0 is frozen) | ||||
* | | - Updated innodb test results on Heikki's request (InnoDB now supports | lenz@mysql.com | 2003-04-25 | 1 | -0/+1 |
| | | | | | | | | ANALYZE TABLE) | ||||
* | | Merge to get fix for LOCK TABLES + DROP TABLE in another thread | monty@mashka.mysql.fi | 2003-03-07 | 1 | -6/+8 |
|\ \ | |/ | |||||
| * | fixed Field::eq() to work with CHAR(0) fields | serg@serg.mysql.com | 2003-03-04 | 1 | -0/+2 |
| | | |||||
* | | Ignore some automaticly generated files | monty@narttu.mysql.fi | 2003-02-25 | 1 | -0/+3 |
| | | |||||
* | | count(distint) on an empty table crash fixed | serg@sergbook.mysql.com | 2003-02-10 | 1 | -0/+2 |
| | | |||||
* | | After merge fix | monty@mashka.mysql.fi | 2003-01-17 | 1 | -0/+1 |
| | | |||||
* | | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -13/+13 |
|\ \ | |/ | |||||
| * | A fix for double free'd pointer bug ... | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 1 | -0/+2 |
| | | |||||
| * | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-11-17 | 1 | -0/+9 |
| | | | | | | | | - "make distcheck" needs to be fixed | ||||
* | | improvement crash-me | walrus@mysql.com | 2002-11-29 | 1 | -0/+1 |
| | | |||||
* | | Add the ChangeSet id to Subject: in all emails. | pem@mysql.com | 2002-11-27 | 1 | -0/+12 |
| | | |||||
* | | Merge mysql.com:/space/my/mysql-4.0 | lenz@mysql.com | 2002-11-18 | 1 | -3/+12 |
|\ \ | | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build | ||||
| * | | - Tagged ChangeSet 1.1400.1.3 as "mysql-4.0.5" | lenz@mysql.com | 2002-11-18 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | - bumped up version number in configure.in - fixed a typo in test-create.sh | ||||
* | | | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -0/+3 |
|/ / | | | | | | | | | | | | | | | | | Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE | ||||
* | | merged | serg@serg.mysql.com | 2002-11-09 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD | serg@serg.mysql.com | 2002-11-09 | 1 | -0/+1 |
| | | |||||
* | | Added --skip-safemalloc to mysqltest | monty@mashka.mysql.fi | 2002-10-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log) | ||||
* | | merge with 3.23 | monty@mashka.mysql.fi | 2002-08-24 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Added testing of temporary tables with replication | monty@mashka.mysql.fi | 2002-08-23 | 1 | -0/+13 |
| | | |||||
* | | Fixed timing problem with rpl000001 replication test. | monty@hundin.mysql.fi | 2002-08-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Fixed configure problems with HPUX and openbsd SHOW SLAVE STATUS returns empty set if slave is not initialized SHOW MASTER STATUS returns empty set if binary logging is not enabled. Fixed shutdown problem on Solaris. | ||||
* | | Portability fixes for 4.0.3 build. | monty@hundin.mysql.fi | 2002-08-17 | 1 | -0/+2 |
| | | | | | | | | Don't update MyISAM index file on UPDATE if index is not changed | ||||
* | | Fixed bug in SAFEMALLOC for systems that requires longlong data to be ↵ | monty@hundin.mysql.fi | 2002-08-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison. | ||||
* | | Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql | serg@sergbook.mysql.com | 2002-08-13 | 1 | -15/+16 |
|\ \ | |/ | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | disable "dvi" target in TeX is not installed | serg@sergbook.mysql.com | 2002-08-13 | 1 | -0/+1 |
| | | |||||
* | | few small fixes | Sinisa@sinisa.nasamreza.org | 2002-08-01 | 1 | -0/+1 |
| | | |||||
* | | Small fixes after merge | monty@mashka.mysql.fi | 2002-07-23 | 1 | -0/+2 |
| | | |||||
* | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups | ||||
* | | merge | monty@hundin.mysql.fi | 2002-06-27 | 1 | -0/+8 |
| | | |||||
* | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -0/+1 |
| | | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | | Fixed a bug with big result sets and UNION's | Sinisa@sinisa.nasamreza.org | 2002-05-24 | 1 | -0/+2 |
| | | |||||
* | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-16 | 1 | -9/+11 |
|\ \ | |/ | |||||
| * | Add missing pthreadtypes.h file to mit-pthreads | monty@tik. | 2002-05-08 | 1 | -0/+1 |
| | | |||||
| * | Remove docs from the bdb distribution | monty@tik. | 2002-05-07 | 1 | -0/+1 |
| | | | | | | | | Hack to get MIT-pthreads to compile with glibc 2.2 | ||||
* | | Added "gnutar" to the TARs to check for, since this seems to be | lenz@mysql.com | 2002-05-03 | 1 | -0/+3 |
| | | | | | | | | | | how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> for the hint) | ||||
* | | boolean fulltext search weighting scheme changed | serg@serg.mysql.com | 2002-04-19 | 1 | -0/+1 |
| | | |||||
* | | Typo fixup (from Colin Faber). | arjen@fred.bitbike.com | 2002-03-15 | 1 | -0/+1 |
| | | |||||
* | | post-merge fixup | sasha@mysql.sashanet.com | 2002-03-01 | 1 | -0/+1 |
| | | |||||
* | | Patched conversion system to generate well-formed XML | zak@linux.local | 2002-02-15 | 1 | -0/+1 |
| | | |||||
* | | BK makes me problems. | Sinisa@sinisa.nasamreza.org | 2002-02-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | I did not know I can't do chmod ... So, it killed some of my changes. But I am smarter, and as I have first saved my work, before BK ruined it, so here it comes ... | ||||
* | | New changes for DocBook XML output filter. | arjen@co3064164-a.bitbike.com | 2002-01-30 | 1 | -0/+1 |
| | | | | | | | | Added Docs/Support/make-docbook script, to work without makefile. |