heikki@hundin.mysql.fi
|
1079b93640
|
ha_innodb.cc:
Fix another bug introduced in 4.0.4 in AUTO_INCREMENT and deadlock or lock wait timeout
|
2002-11-15 22:59:16 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
1ef2528e86
|
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
|
2002-11-15 22:02:19 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
262c501060
|
A fix for safe updates
|
2002-11-15 22:01:28 +02:00 |
|
heikki@hundin.mysql.fi
|
be6e811f51
|
ha_innodb.cc:
Fix bug intoduced in 4.0.4 in REPLACE and AUTO_INCREMENT: if replace did an update, then auto-inc counter was left 1 too low
|
2002-11-15 18:46:23 +02:00 |
|
serg@serg.mysql.com
|
b4cc92a3d9
|
Merge serg.mysql.com:/usr/home/serg/Abk/mysql
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2002-11-14 22:42:19 +01:00 |
|
serg@serg.mysql.com
|
822d4bd037
|
better fix for OPTIMIZE bug
|
2002-11-14 22:39:46 +01:00 |
|
monty@mashka.mysql.fi
|
aa67a79632
|
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
|
2002-11-14 12:35:33 +02:00 |
|
monty@mashka.mysql.fi
|
7a70332836
|
Portability fix when using -DBIG_TABLES
|
2002-11-14 12:21:36 +02:00 |
|
serg@serg.mysql.com
|
bc036b9614
|
results updated
|
2002-11-14 00:27:14 +01:00 |
|
serg@serg.mysql.com
|
31fa2c5084
|
merged
|
2002-11-13 23:38:19 +01:00 |
|
serg@serg.mysql.com
|
5563f67c5e
|
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
|
2002-11-13 22:56:05 +01:00 |
|
serg@serg.mysql.com
|
8a088f2e3c
|
optimize table corruption fixed, though more clean fix is desired.
Fix for another optimize bug is undone, as the new one handles both cases.
test added
|
2002-11-13 22:55:32 +01:00 |
|
serg@serg.mysql.com
|
a69c61a03c
|
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2002-11-13 15:58:11 +01:00 |
|
serg@serg.mysql.com
|
9b0aca768d
|
removed redundant line
|
2002-11-13 15:57:29 +01:00 |
|
heikki@hundin.mysql.fi
|
7ba423d9ed
|
row0sel.c:
Backport from 4.0 a bug fix: if unique search from a primary key matched a delete-marked record, InnoDB could return the NEXT record
|
2002-11-13 16:24:50 +02:00 |
|
heikki@hundin.mysql.fi
|
d7d128cba9
|
row0sel.c:
Fix bug: if a unique search from a primary key matched to a delete-marked row, it could return the NEXT row
|
2002-11-13 15:45:05 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
84e18e15d0
|
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
|
2002-11-13 14:48:28 +02:00 |
|
heikki@hundin.mysql.fi
|
7e5f1c2b2c
|
dict0load.c:
Fix wrong sprintf argument
row0sel.c:
Fix uninitialized variable error found by Miguel
|
2002-11-13 06:11:56 +02:00 |
|
miguel@hegel.local
|
3cd36e1452
|
Typo fix (duplicate functions body)
|
2002-11-12 22:11:59 -02:00 |
|
monty@mashka.mysql.fi
|
12c11c34b8
|
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
|
2002-11-12 23:31:15 +02:00 |
|
monty@mashka.mysql.fi
|
07b4140c85
|
Ensure that mysql_home ends in FN_LIBCHAR after realpath()
|
2002-11-12 23:26:10 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
abec0225fc
|
small fix
|
2002-11-12 17:41:31 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
c92bbccbc1
|
Merge
|
2002-11-12 16:27:52 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
9ef50038f8
|
IGNORE_INDEX fix for 4.0
|
2002-11-12 16:22:26 +02:00 |
|
salle@geopard.(none)
|
392cbf9eac
|
Fixed mysqlcheck so it can process table names with dashes.
Quote all table names with backticks.
|
2002-11-12 16:09:33 +02:00 |
|
lenz@mysql.com
|
47c7adea12
|
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
|
2002-11-12 13:29:40 +01:00 |
|
lenz@mysql.com
|
549aeb3ac4
|
include/mysisampack.h
- fixed typo: mi_rowkorr(T,A) -> mi_rowkorr(T)
|
2002-11-12 13:28:26 +01:00 |
|
lenz@mysql.com
|
40027b8cff
|
include/myisampack.h
- fixed Typo: BIG_TABLE -> BIG_TABLES
|
2002-11-12 13:21:44 +01:00 |
|
lenz@mysql.com
|
e87583f5d9
|
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
|
2002-11-12 13:14:03 +01:00 |
|
monty@mashka.mysql.fi
|
d840057ee9
|
Fix after last merge
|
2002-11-12 14:09:18 +02:00 |
|
monty@mashka.mysql.fi
|
e634770406
|
merge
|
2002-11-12 13:28:58 +02:00 |
|
monty@mashka.mysql.fi
|
97bb57f765
|
Extended WEEK() to be able to handle ISO weeks.
unlink socket file if mysqld dies on startup
Some optimization of AND expressions
|
2002-11-12 12:42:42 +02:00 |
|
jani@rhols221.adsl.netsonic.fi
|
cacd611a0c
|
Fixed a problem with reading some innodb options that may contain semicolin.
|
2002-11-12 11:39:52 +02:00 |
|
lenz@mysql.com
|
9c83876393
|
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
|
2002-11-12 08:34:27 +01:00 |
|
serg@serg.mysql.com
|
47a164c156
|
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2002-11-11 22:43:28 +01:00 |
|
serg@serg.mysql.com
|
7720348bd2
|
removed DBUG_ENTER/RETURN tags
|
2002-11-11 22:43:07 +01:00 |
|
monty@mashka.mysql.fi
|
876f3f4d30
|
Fixed that NULL and 0 returns 0 instead of NULL
This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
|
2002-11-11 15:57:35 +02:00 |
|
lenz@mysql.com
|
f32b74109d
|
- "head/tail -<num>" is obsolete according to POSIX.1-2001 - use
"head/tail -n <num>" instead
|
2002-11-11 14:25:30 +01:00 |
|
lenz@mysql.com
|
0c6ff465e5
|
bdb.result:
- fixed yet another wrong result after error messages had been changed
|
2002-11-11 12:13:20 +01:00 |
|
lenz@mysql.com
|
9d8979e817
|
innodb.result:
- fixed test results after error messages had been modified
|
2002-11-11 11:49:25 +01:00 |
|
salle@geopard.(none)
|
abac2ef1e5
|
Merge akeremidarski@work.mysql.com:/home/bk/mysql
into geopard.(none):/storage/bk/mysql-3.23
|
2002-11-11 10:52:39 +02:00 |
|
monty@hundin.mysql.fi
|
b0f5c6d625
|
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0
|
2002-11-10 09:39:50 +02:00 |
|
monty@hundin.mysql.fi
|
cda8c9041f
|
Added 4.1 protocol description
|
2002-11-10 09:39:00 +02:00 |
|
serg@serg.mysql.com
|
520fe4ff89
|
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
2002-11-09 20:29:22 +01:00 |
|
serg@serg.mysql.com
|
3feb6bd17c
|
results fixed
|
2002-11-09 19:57:13 +01:00 |
|
serg@serg.mysql.com
|
65f276f10c
|
merged
|
2002-11-09 19:27:28 +01:00 |
|
serg@serg.mysql.com
|
6b8bf756b1
|
IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD
|
2002-11-09 19:15:46 +01:00 |
|
heikki@hundin.mysql.fi
|
648b50660b
|
ha_innodb.cc:
Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
|
2002-11-09 18:34:52 +02:00 |
|
heikki@hundin.mysql.fi
|
60499d54dd
|
Many files:
Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
|
2002-11-09 18:23:09 +02:00 |
|
monty@hundin.mysql.fi
|
d0ee72c801
|
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0
|
2002-11-09 13:40:44 +02:00 |
|