Commit graph

2253 commits

Author SHA1 Message Date
tim@white.box
dead2d3540 Merge work.mysql.com:/home/bk/mysql-4.0 into white.box:/home/tim/my/4 2001-08-21 19:05:22 -04:00
tim@white.box
2f190f67dc Fix some libmysqld problems. 2001-08-21 19:04:31 -04:00
monty@hundin.mysql.fi
afd8a6db48 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-08-22 01:46:36 +03:00
monty@hundin.mysql.fi
733f865f54 Fixes for OS2.
Fix bug in isamlog
Add argument types to function declarations.
2001-08-22 01:45:07 +03:00
monty@hundin.mysql.fi
063a1a6557 Portability fixes.
Patches required by Gemini
Fix to properly detect if there is an active transaction in InnoDB
Fix to not lock thread structure when doing automatic rollback when thread ends
Allow -O lower_case_names=0 on UNIX
2001-08-21 20:06:00 +03:00
monty@hundin.mysql.fi
7d97d67f32 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-08-21 13:47:03 +03:00
monty@hundin.mysql.fi
2662e135c7 Remove usage of my_dup(), as this casued error 127 when reading MyISAM tables
New definition of WEEK().
2001-08-21 13:44:01 +03:00
sasha@mysql.sashanet.com
a877b10c2d Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-20 11:21:40 -06:00
sasha@mysql.sashanet.com
845fc9e0c6 fixes in mysqltest and mysqlbinlog
trying to understand why --bootstrap option does not create tables
on disk, hope the problem will be fixed when I pull, if not will
debug, but need to commit in order to pull
2001-08-20 11:20:47 -06:00
tfr@sarvik.tfr.cafe.ee
aac4bdef3b manual.texi:
Fixed danish SunSite mirror
2001-08-20 16:02:11 +02:00
monty@hundin.mysql.fi
e743944f21 Add my_dup.c 2001-08-19 15:16:52 +03:00
monty@hundin.mysql.fi
a1be2a894f Fix of UNION code
Added heap_delete_table
Added HA_EXTRA_PREPARE_FOR_DELETE
Added and use my_dup() for faster open of tables.
Removed not working no-mix-table-type
2001-08-19 14:43:51 +03:00
sasha@mysql.sashanet.com
6b45a297ee Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-18 20:23:06 -06:00
sasha@mysql.sashanet.com
10cac63f82 make LOAD DATA INFILE replication work with multi-character
delimiters/starters/terminators

started work on server management daemon
2001-08-18 20:22:20 -06:00
Sinisa@sinisa.nasamreza.org
1e1a1ec064 New startup options and some cleanups 2001-08-18 15:29:21 +03:00
monty@hundin.mysql.fi
301af97d4a Fix for handling of floats inside val_int() of +, - * and /. 2001-08-18 14:24:01 +03:00
monty@bitch.mysql.fi
6c7ce43541 Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql 2001-08-18 13:13:35 +03:00
monty@bitch.mysql.fi
2eacfdddf2 Fix for bug in the Sun Workshop compiler 2001-08-18 13:11:58 +03:00
monty@hundin.mysql.fi
0b9c92103f merge 2001-08-18 12:17:56 +03:00
monty@hundin.mysql.fi
b1cb5b6ff0 Portability fixes.
Let myisamchk generate a new checksum for compressed data.
Don't unconditionally force filenames to lower case on windows.
Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
2001-08-18 10:49:00 +03:00
jcole@tetra.spaceapes.com
d24f3b5ed3 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-17 14:19:50 -05:00
jcole@tetra.spaceapes.com
485cf3dc96 various cleanups 2001-08-17 14:18:28 -05:00
heikki@donna.mysql.fi
13703bbb40 manual.texi Fix typo 2001-08-17 22:05:53 +03:00
heikki@donna.mysql.fi
ecf0e61f0b manual.texi Added a note that tablespace has to be >= 10 MB 2001-08-17 22:00:04 +03:00
heikki@donna.mysql.fi
ac2a265ba7 ha_innobase.cc Impove ref length estimate in a handle to eliminate a warning in filesort 2001-08-17 21:19:10 +03:00
mwagner@evoq.mwagner.org
fdb26b53ed manual.texi Re-added sunet.se mirror 2001-08-17 06:14:56 -05:00
mwagner@evoq.mwagner.org
679a26509c manual.texi Removed mirror in UK 2001-08-17 06:12:36 -05:00
sasha@mysql.sashanet.com
8ca3b53af3 fixed bug in Item_func_div::val_int() that broke all functions that
do val_int() on their arguments before starting the computation. 
Similar fixes are need for +-* and probably several other but I want
to make sure Monty is fine with my fix approach before changing a lot
of code. 

Amazingly,
this bug is not as critical as you would expect since very few functions do val_int()
on their arguments ( from_unixtime(), sec_to_time()), and those not
very frequently perform a computation on their floating point arguments.
which is probably why no one has yet reported this bug. Another 
possibility is that the result is usually wrong by no more than 5%,
which makes it hard to catch it. I found it when trying to compute mile
splits for 30:47 10K - it told me 5:07, and I knew it was wrong because
5:00 mile gives you 31:08. However, if I had not run as many 10K races,
I would have easily believed that 30:47 10K is a 5:07 mile pace and 
would not have noticed the bug.
2001-08-16 12:01:35 -06:00
sasha@mysql.sashanet.com
440bff2571 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-15 16:15:20 -06:00
sasha@mysql.sashanet.com
21424657e4 merged replication fixes from 3.23 2001-08-15 15:57:47 -06:00
sasha@mysql.sashanet.com
c68d7caa06 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-15 15:42:25 -06:00
sasha@mysql.sashanet.com
f6099e532e improvements for stopping the slave in SLAVE STOP and on shutdown 2001-08-15 15:41:52 -06:00
jcole@tetra.spaceapes.com
938b91032c DocTOC Appendixes Complete! 2001-08-15 13:10:34 -05:00
monty@hundin.mysql.fi
f8e6e74cb6 Fix problem with not getting 'No Database Selected' error 2001-08-15 20:09:20 +03:00
tfr@sarvik.tfr.cafe.ee
a01b7813e4 manual.texi:
Fixed contributed software link
2001-08-15 17:03:09 +02:00
tfr@sarvik.tfr.cafe.ee
318893e464 manual.texi:
Added mirror in Hong Kong
2001-08-15 16:37:54 +02:00
heikki@donna.mysql.fi
df71c22417 sync0sync.c This inline assmebly does not compile on gcc-2.96 and Intel: remove it 2001-08-15 14:11:56 +03:00
monty@hundin.mysql.fi
68c2afa8a5 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-08-14 20:34:05 +03:00
monty@hundin.mysql.fi
59e7c97dab Remove warnings and portability fixes
New global read lock code
Fixed bug in DATETIME with WHERE optimization
Made UNION code more general.
2001-08-14 20:33:49 +03:00
tim@white.box
69ad7aef14 mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.h 2001-08-14 12:32:34 -04:00
heikki@donna.mysql.fi
534bd6507c manual.texi Updated InnoDB section to reflect rel. .41 2001-08-14 18:56:23 +03:00
sasha@mysql.sashanet.com
cd63d8e5bb audio completion notification 2001-08-13 21:40:05 -06:00
sasha@mysql.sashanet.com
8c4326057f fixed HUP bug, last fix was not complete 2001-08-13 20:09:21 -06:00
sasha@mysql.sashanet.com
6ae2b46c6f Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-13 16:40:36 -06:00
jcole@tetra.spaceapes.com
7d2f363e8d Replaced @strong{MySQL} with MySQL
Replaced @strong{MySQL AB} with MySQL AB
2001-08-13 14:10:46 -05:00
heikki@donna.mysql.fi
335dda93b4 row0sel.c Fix a memory freeing bug when a row which contains an externally stored long field in the middle of the row is fetched in a SELECT
srv0start.c	Allow drive name followed by a ':' in a data file path
ha_innobase.cc	Allow drive name followed by a ':' in a data file path
2001-08-13 18:37:00 +03:00
monty@hundin.mysql.fi
cf19429793 Cleanups 2001-08-13 17:59:40 +03:00
monty@hundin.mysql.fi
4a470fcc99 Fix error messages after merge from 3.23 2001-08-13 15:24:29 +03:00
Sinisa@sinisa.nasamreza.org
58ac4b5dfe Monty, your comments ?? 2001-08-12 16:25:28 +03:00
Sinisa@sinisa.nasamreza.org
0d3fbc2996 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-08-12 16:11:43 +03:00