Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.23.52 | monty@hundin.mysql.fi | 2002-08-12 | 1 | -1/+4 |
|\ | |||||
| * | Fixed problem with BIGINT and shutdown on AIX | monty@hundin.mysql.fi | 2002-08-12 | 1 | -2/+3 |
| | | | | | | | | | | | | Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files. | ||||
| * | Moved a News entry from the 3.23.53 section into the 3.23.52 section | lenz@mysql.com | 2002-08-10 | 1 | -8/+2 |
| | | | | | | | | | | and removed the 3.23.53 News section for now until 3.23.52 is officially tagged. | ||||
| * | A change in IF behaviour that several users asked for ... | Sinisa@sinisa.nasamreza.org | 2002-08-09 | 1 | -0/+8 |
| | | |||||
* | | Changed IF(expr, column, NULL) to take type from column | monty@hundin.mysql.fi | 2002-08-12 | 1 | -2/+9 |
| | | | | | | | | | | Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling. | ||||
* | | bk resolve | Sinisa@sinisa.nasamreza.org | 2002-08-09 | 1 | -0/+1 |
|\ \ | |||||
| * | | A very small security fix | Sinisa@sinisa.nasamreza.org | 2002-08-08 | 1 | -0/+3 |
| | | | |||||
* | | | decode_montyspeak(); | arjen@fred.bitbike.com | 2002-08-09 | 1 | -21/+23 |
| | | | |||||
* | | | Reverted wrong patch for CREATE TABLE .. SELECT | monty@hundin.mysql.fi | 2002-08-08 | 1 | -3/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | Added nety_retry_count as a changeable variable | monty@hundin.mysql.fi | 2002-08-08 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap | ||||
* | | | bk resolve | Sinisa@sinisa.nasamreza.org | 2002-08-08 | 1 | -10/+87 |
|\ \ \ | |/ / | |||||
| * | | Fix after merge | monty@hundin.mysql.fi | 2002-08-08 | 1 | -9/+61 |
| | | | | | | | | | | | | Updated WEEK() and DATE information in the manual. | ||||
| * | | merge with 3.23.52 | monty@hundin.mysql.fi | 2002-08-08 | 1 | -1/+20 |
| |\ \ | | |/ | |||||
| | * | Fix for a security flaw in database hash | Sinisa@sinisa.nasamreza.org | 2002-08-07 | 1 | -0/+2 |
| | | | |||||
| | * | Fixed problem with make distcheck | monty@hundin.mysql.fi | 2002-08-06 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly | ||||
| | * | Changed initialization of RND() to be less predictable. | monty@mashka.mysql.fi | 2002-08-06 | 1 | -0/+2 |
| | | | | | | | | | | | | Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name. | ||||
| | * | merge | monty@narttu.mysql.fi | 2002-08-05 | 1 | -0/+3 |
| | |\ | |||||
| | | * | Changelog | monty@narttu.mysql.fi | 2002-08-05 | 1 | -0/+3 |
| | | | | |||||
| | * | | Fixed bug with GROUP BY on NULL fields. | monty@mashka.mysql.fi | 2002-08-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | (Merge of code from 4.0) | ||||
| | * | | merge | monty@mashka.mysql.fi | 2002-08-05 | 1 | -1/+3 |
| | |\ \ | |||||
| | | * | | Added some mutex locks to make SLAVE START and SLAVE STOP thread safe. | monty@mashka.mysql.fi | 2002-08-05 | 1 | -0/+2 |
| | | |/ | |||||
| | * | | Fixed a problem with privilege tables when downgrading from 4.0.2 | Sinisa@sinisa.nasamreza.org | 2002-08-03 | 1 | -0/+2 |
| | |/ | | | | | | | | | | to 3.23 | ||||
| | * | Fixed wrong printf() string in InnoDB | monty@hundin.mysql.fi | 2002-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Removed some compiler warnings regarding 'static' from InnoDB | ||||
| | * | Merge | monty@hundin.mysql.fi | 2002-07-31 | 1 | -1/+3 |
| | |\ | |||||
| | | * | Changelog update | monty@hundin.mysql.fi | 2002-07-31 | 1 | -1/+3 |
| | | | | |||||
| | * | | Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too ↵ | monty@mashka.mysql.fi | 2002-07-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | big buffers when sorting innobase rows Changed name of variables NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS to avoid confusion with 'not...' variables. Write name of adminstrator command to slow log. Added mysqldumpslow to RPM | ||||
| * | | | merge | monty@hundin.mysql.fi | 2002-08-08 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * | | | Fix for Intel compiler (ecc) | monty@hundin.mysql.fi | 2002-08-08 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanups to other patches. Make --temp-pool default | ||||
* | | | | | just manual differences resolving .. | Sinisa@sinisa.nasamreza.org | 2002-08-08 | 2 | -20/+65 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Don't know what created the above three files .. BK does not let me discard those ... | ||||
| * | | | | merge | monty@mashka.mysql.fi | 2002-08-08 | 2 | -16/+51 |
| |\ \ \ \ | |||||
| | * | | | | Lots of code fixes to the replication code (especially the binary logging ↵ | monty@mashka.mysql.fi | 2002-08-08 | 1 | -13/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments | ||||
| | * | | | | Merge with 3.23.51 | monty@mashka.mysql.fi | 2002-07-25 | 2 | -4/+21 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc | ||||
| | | * | | | Fixed problem with auto_increment key as not first key part | monty@mashka.mysql.fi | 2002-07-23 | 1 | -0/+3 |
| | | | | | | |||||
| | | * | | | Fix wrong usage of constant which could cause mysqld to use index when doing ↵ | monty@mashka.mysql.fi | 2002-07-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an update/delete on small tables. code cleanup | ||||
| | | * | | | Fixing slave timeouting | Sinisa@sinisa.nasamreza.org | 2002-07-16 | 1 | -0/+2 |
| | | | | | | |||||
| | | * | | | Typo fixes, added changelog entry | lenz@mysql.com | 2002-07-15 | 2 | -2/+5 |
| | | | |/ | | | |/| | |||||
| | | * | | This is the only way to fix ALTER TABLE bug with BDB | Sinisa@sinisa.nasamreza.org | 2002-07-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I wish I had connection stop / start so that I could have made a test case. | ||||
| | | * | | Fixed bug in binary log when using LOAD DATA INFILE without active database. | monty@hundin.mysql.fi | 2002-06-30 | 1 | -1/+4 |
| | | | | | |||||
| | | * | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2002-06-29 | 1 | -0/+2 |
| | | |\ \ | |||||
| | | | * | | Fixed copyright in pack_isam.c | monty@hundin.mysql.fi | 2002-06-29 | 1 | -0/+2 |
| | | | | | | |||||
| | | * | | | Small typo as reported by one registered customer | Sinisa@sinisa.nasamreza.org | 2002-06-26 | 1 | -1/+1 |
| | | |/ / | |||||
| * | | | | Clarification regarding commits to public bk tree. | arjen@fred.bitbike.com | 2002-08-08 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | Changelog fixups. | ||||
* | | | | | Merge | Sinisa@sinisa.nasamreza.org | 2002-08-07 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fixed bugs with create table from ITEM_FUNC and make it over | Sinisa@sinisa.nasamreza.org | 2002-08-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. Plus a fix for security flaw in database hash | ||||
* | | | | | Merge | bell@sanja.is.com.ua | 2002-08-07 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed bug in query cache after temporary table creation. | bell@sanja.is.com.ua | 2002-08-07 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Updated changelog. | jani@rhols221.adsl.netsonic.fi | 2002-08-07 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Minor lingo fixup. | arjen@fred.bitbike.com | 2002-08-07 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | changelog entry for bugfix | bell@sanja.is.com.ua | 2002-08-07 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 | bell@sanja.is.com.ua | 2002-08-07 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4.0 |