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
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
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
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
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
sasha@mysql.sashanet.com
5b7da4267e
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-11 15:27:10 -06:00
monty@hundin.mysql.fi
bfbc3252e1
Portability fix for windows
2001-08-11 14:10:27 +03:00
monty@bitch.mysql.fi
788cf6c495
Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql
2001-08-11 11:54:23 +03:00
monty@hundin.mysql.fi
a255ace48a
delete generated files
2001-08-11 11:53:50 +03:00
monty@bitch.mysql.fi
23b94e35db
ignore generated include file
2001-08-11 11:43:45 +03:00
monty@bitch.mysql.fi
10b6b5cb0e
Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql
2001-08-11 11:33:48 +03:00
monty@bitch.mysql.fi
df7a29214a
Made SIGTERM safer for Solaris
2001-08-11 11:24:43 +03:00
monty@hundin.mysql.fi
078bf80cd3
Changed to use standard 'install' syntax
2001-08-11 02:16:13 +03:00
monty@hundin.mysql.fi
79131084c8
Fixed handling of strings in mysqldumpslow
2001-08-11 01:42:34 +03:00
monty@hundin.mysql.fi
65a711f40f
Allow myisam-recover="" and --sql-mode=""
2001-08-10 19:02:23 +03:00
monty@hundin.mysql.fi
8a9d6072fa
merge
2001-08-10 17:47:05 +03:00
monty@hundin.mysql.fi
e7575da7bb
Portability fixes
...
Added record_rnd_buffer
Added --safe-user-create
Fix for ALTER TABLE RENAME on windows
2001-08-10 17:37:37 +03:00
monty@bitch.mysql.fi
410faef67e
Fixed bug in ALTER TABLE for MERGE tables
...
Portability fixes
Fixed problem when giving wrong arguments to myisam_recover
Fix to remove warnings when using purify
2001-08-10 17:05:54 +03:00
serg@serg.mysql.com
77daaee3c1
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-08-10 12:53:30 +02:00
serg@serg.mysql.com
e510d13436
manual.texi PASSWORD() issue clarified
2001-08-10 12:51:16 +02:00
jani@hynda.mysql.fi
0ca647c01c
Fixed bug in show variables, it didn't show whether slow-query was
...
enabled or not.
2001-08-10 13:47:27 +03:00
serg@serg.mysql.com
dfb3e31ce9
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-08-10 12:31:32 +02:00
jani@hynda.mysql.fi
84953bbad2
New dutch error message file.
2001-08-10 13:01:42 +03:00
jani@hynda.mysql.fi
36bfe9f1f6
Merge jamppa@work:/home/bk/mysql into hynda.mysql.fi:/data/my/bk/mysql
2001-08-10 12:51:34 +03:00
jani@hynda.mysql.fi
0b68a21b5d
changed variable display from string to int (bits) for myisam-recover
...
and sql-mode options.
2001-08-10 12:40:49 +03:00
jcole@tetra.spaceapes.com
dfb1566fa7
Fixed stupid node name in manual.texi.
2001-08-10 04:11:34 -05:00
jcole@tetra.spaceapes.com
d14a73d516
DocTOC Chapter 8 Complete!
2001-08-09 23:40:37 -05:00
jcole@tetra.spaceapes.com
f1796c8312
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-08-09 22:59:46 -05:00
jcole@tetra.spaceapes.com
edd8cc2e77
DocTOC Chapter 9 Complete!
...
(Chapter 8 Skipped, will be next.)
2001-08-09 22:58:45 -05:00
sasha@mysql.sashanet.com
be4f7bbdcf
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-09 18:18:35 -06:00
sasha@mysql.sashanet.com
681cdbbdf9
mysqlbinlog->client
2001-08-09 18:16:43 -06:00