monty@hundin.mysql.fi
d2cae57402
Limit created keys to MAX_KEY_LENGTH.
...
Fix problem with query cache and database names
2001-12-23 02:43:46 +02:00
serg@serg.mysql.com
6591bd0d8a
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-12-22 19:13:53 +00:00
heikki@donna.mysql.fi
e8a3a141c5
data0type.ic, rem0cmp.c:
...
Allow foreign keys refer between fixed and var length strings
2001-12-22 21:08:25 +02:00
serg@serg.mysql.com
a72bc0079f
HANDLER CLOSE unknown table should produce an error
2001-12-22 18:40:26 +00:00
monty@hundin.mysql.fi
95a3bfac1d
Fix compiler warning
2001-12-22 19:08:57 +02:00
monty@hundin.mysql.fi
f13741c8d3
Merge hundin.mysql.fi:/my/mysql-3.23
...
into hundin.mysql.fi:/my/bk/mysql-4.0
2001-12-22 15:47:23 +02:00
monty@hundin.mysql.fi
3eda53fb34
Fix for error message when using HANDLER OPEN on InnoDB tables.
2001-12-22 15:44:44 +02:00
monty@hundin.mysql.fi
9e9e765fbd
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2001-12-22 15:14:41 +02:00
monty@hundin.mysql.fi
9e1ed2e4dc
Fixed access privilege bug in query cache.
...
Change tests to use database 'mysqltest' instead of 'foo'
Add option to not print access denied messages to check_table_access()
2001-12-22 15:13:31 +02:00
heikki@donna.mysql.fi
0b39319672
ha_innobase.h:
...
Lower max key len to 3500 bytes because a secondary index record must also contain the primary key value
2001-12-22 11:18:22 +02:00
heikki@donna.mysql.fi
636d7b9967
ha_innobase.cc:
...
Make sure no memory overrun of key buffer in range estimation
2001-12-22 02:29:23 +02:00
tfr@sarvik.tfr.cafe.ee
1dfa5d0fb2
manual.texi:
...
Update OLEDB section
2001-12-22 00:58:09 +02:00
serg@serg.mysql.com
ed74119ee2
Merge
2001-12-21 13:38:06 +00:00
serg@serg.mysql.com
b83bf332d0
HANDLER works only with MyISAM tables
...
HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT
2001-12-21 13:28:51 +00:00
monty@hundin.mysql.fi
778058123b
merge with 3.23.47
2001-12-21 07:03:03 +02:00
monty@hundin.mysql.fi
55a2ab6e7e
Cleanup of alarm macros.
...
Fixed data corruption bug in query cache.
Made queries be dependent of the database in use.
2001-12-21 07:00:58 +02:00
monty@hundin.mysql.fi
05a3c0e8f6
Fixed shutdown problem on HPUX
2001-12-21 06:54:58 +02:00
heikki@donna.mysql.fi
2dfa455503
row0ins.c:
...
Allow equal key values in a unique secondary index if the key value contains an SQL NULL
2001-12-20 22:45:07 +02:00
serg@serg.mysql.com
7a6a543df1
mysqldump now adds "ALTER TABLE ... DISABLE KEYS" to the dump
...
manual updated
2001-12-20 18:14:55 +00:00
heikki@donna.mysql.fi
c3a881a672
log0recv.c:
...
Add warnings to recovery in some cases where log file might be corrupt and consequently recovery can be trusted less than normally
2001-12-20 20:00:39 +02:00
monty@hundin.mysql.fi
f5a1abd861
merge
2001-12-20 13:52:04 +02:00
monty@hundin.mysql.fi
505aeabdfc
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2001-12-20 06:14:50 +02:00
monty@hundin.mysql.fi
0eb46e4256
Fix insert delated + query cache.
...
Fix pthread_mutex_trylock on HPUX (needed for query cache).
2001-12-20 06:14:11 +02:00
arjen@co3064164-a.bitbike.com
4e8048e253
Some Query Cache fixups.
...
Added info about two new Query Cache status variables.
2001-12-20 10:44:17 +10:00
jani@hynda.mysql.fi
b1291364cb
Fixed a bug in mail_to_db.pl
2001-12-19 22:40:17 +02:00
serg@serg.mysql.com
22204dc90b
mysql_fix_extensions added
2001-12-19 16:15:31 +00:00
monty@hundin.mysql.fi
1a4ac20bf9
Fixed bug in FLUSH QUERY CACHE
...
Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1).
2001-12-19 15:45:04 +02:00
sasha@mysql.sashanet.com
7b672bc92c
make replication work correctly if the master logs SELECT RELEASE_LOCK()
...
instead of DO RELEASE_LOCK()
2001-12-18 21:56:36 -07:00
sasha@mysql.sashanet.com
862cbdfed3
Merge work:/home/bk/mysql into mysql.sashanet.com:/reiser-data/mysql
2001-12-18 19:54:48 -07:00
sasha@mysql.sashanet.com
4c77f22c48
temp commit
2001-12-18 19:53:56 -07:00
heikki@donna.mysql.fi
818bdb62f5
ha_innobase.cc:
...
Add better instructions on how to specify innodb_data_file_path etc.
2001-12-18 19:35:28 +02:00
monty@hundin.mysql.fi
0048a58f03
Updated benchmarks
...
Portability fixes.
Fixed bug in mysqlbinlog when detecting binary log version
2001-12-18 05:34:00 +02:00
monty@hundin.mysql.fi
1eb99ae80b
Fix for purify
2001-12-18 00:23:56 +02:00
monty@hundin.mysql.fi
cb754eb5aa
Fix after merge
2001-12-17 23:24:51 +02:00
monty@hundin.mysql.fi
c298f03570
merge with 3.23.47 (DO statement)
2001-12-17 20:47:20 +02:00
monty@hundin.mysql.fi
54d10622c5
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-12-17 19:59:59 +02:00
monty@hundin.mysql.fi
f049543416
Added DO command
2001-12-17 19:59:20 +02:00
monty@hundin.mysql.fi
01b14507b7
Fix for purify
2001-12-17 15:21:43 +02:00
monty@hundin.mysql.fi
1904d7a88d
Portability fixes
2001-12-17 15:00:14 +02:00
heikki@donna.mysql.fi
a6fedfc3d4
ha_innobase.cc, dict0dict.c:
...
Cleanup
2001-12-17 13:32:22 +02:00
heikki@donna.mysql.fi
e124882ebc
dict0mem.c, dict0dict.c, row0mysql.c, dict0mem.h:
...
Do less statistics calculations for tables
dict0mem.h, row0mysql.c:
Make calculation of new statistics less frequent, because the statistics in 3.23.44 involves many random disk reads
2001-12-17 13:17:48 +02:00
heikki@donna.mysql.fi
6a01d8bc26
ha_innobase.cc:
...
Do not automatically calculate new statistics when a temporary table is used by MySQL in a query. The fact that some ORDER BY queries were slow may have been explained by this unnecessary statistics calculation.
2001-12-17 12:17:07 +02:00
monty@hundin.mysql.fi
7d6e8ee7b4
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2001-12-17 04:17:01 +02:00
monty@hundin.mysql.fi
b3fb88dc72
Don't use symlinks when using HAVE_purify.
...
Fix compile problem in sql_cache.cc
2001-12-17 04:16:10 +02:00
monty@hundin.mysql.fi
4dbd9e061c
Lots of portability fixes.
...
Fixed shutdown on HPUX.
Fixed bug in query cache.
2001-12-17 03:02:58 +02:00
serg@serg.mysql.com
140fc7864a
ALTER TABLE DISABLE/ENABLE KEYS section relocated
2001-12-16 21:27:54 +01:00
tfr@sarvik.tfr.cafe.ee
ea51e438b1
mirrors.texi:
...
Removed a mirror in Netherlands
manual.texi:
Remove link to outdated mod_log_mysql
2001-12-16 21:06:16 +02:00
serg@serg.mysql.com
fc3e066f36
freebsd fix for openssl
...
horrible bug fixed
2001-12-15 21:39:26 +01:00
serg@serg.mysql.com
15f84e2617
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-12-15 20:58:11 +01:00
monty@hundin.mysql.fi
4284a80049
Last changes after merge with 3.23.47
2001-12-15 06:00:01 +02:00