tim@threads.polyesthetic.msg
1717437382
Portability and bug fixes for Innobase.
...
Add --with-innobase-db to configure.
2001-02-19 20:13:17 -05:00
serg@serg.mysql.com
20cede8d27
Merge
2001-02-19 16:32:00 +01:00
monty@donna.mysql.com
bfc0d5ca29
Fixed problem with concurrent inserts and read-previous
...
Fix for BSDI 4.0
2001-02-18 13:56:10 +02:00
monty@donna.mysql.com
abc5ef2b3e
Cleaned up ha_innobase.cc from whitespace
2001-02-18 00:04:51 +02:00
monty@donna.mysql.com
d218ebcc51
Added locks needed for Innobase
...
Fixed mutex problem when doing automatic repair of MyISAM tables
2001-02-18 00:03:37 +02:00
monty@donna.mysql.com
ece13efde9
Write UNION() for MERGE tables
2001-02-17 19:04:33 +02:00
monty@donna.mysql.com
6fd7fb49cb
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-17 14:21:51 +02:00
monty@donna.mysql.com
c533308a15
Added Innobase to source distribution
2001-02-17 14:19:19 +02:00
jcole@tetra.spaceapes.com
ccdd8bbb24
Merge work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-02-16 15:47:37 -06:00
jcole@tetra.spaceapes.com
8c80289adb
COM_TABLE_DUMP and COM_BINLOG_DUMP are no longer erroneously logged
...
to the slow query log.
2001-02-16 15:46:52 -06:00
monty@donna.mysql.com
024e2f39c9
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-15 18:01:03 +02:00
monty@donna.mysql.com
b7a3dc2a9d
Updates for innobase
...
Removed a ' that casued 'make paper' to fail
2001-02-15 18:00:30 +02:00
sasha@mysql.sashanet.com
4ae63ecab8
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-02-14 21:31:35 -07:00
sasha@mysql.sashanet.com
afaf0cbd0f
fixed bug in timestamp replication
2001-02-14 21:23:20 -07:00
monty@donna.mysql.com
3f25e2f3be
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-15 03:43:38 +02:00
monty@donna.mysql.com
450d98e341
Changed --replace to --replace_result in mysqltest
...
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
2001-02-15 03:43:14 +02:00
sasha@mysql.sashanet.com
73db84fefb
sql/slave.cc
...
fixed skipping bug in bi-directional replication
2001-02-14 12:51:49 -07:00
monty@donna.mysql.com
7de40020d7
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-13 12:40:31 +02:00
monty@donna.mysql.com
fbedc9719e
Added --replace to mysqltest
...
Fixed that GROUP BY can take DESC
2001-02-13 12:39:50 +02:00
tfr@coyote.emotion.ee
6099884a92
mysqldump.c Fix to add space between index name and column definition in CREATE TABLE statement
...
sql_show.cc Fix to add space in SHOW CREATE TABLE between index name and column definitions
2001-02-13 08:43:14 +02:00
serg@serg.mysql.com
4ca77206dd
sql_select.cc (at last) fulltext/cache bug fixed
...
fulltext_cache.result (at last) fulltext/cache bug fixed
2001-02-10 20:54:58 +01:00
monty@donna.mysql.com
7e944dea9a
Fixed typo
2001-02-09 03:57:41 +02:00
monty@donna.mysql.com
b60ab44396
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-08 04:54:15 +02:00
monty@donna.mysql.com
1b2c841864
Check that __FLOAT_WORD_ORDER is defined
2001-02-08 04:43:55 +02:00
tim@threads.polyesthetic.msg
a7289b9771
Merge work.mysql.com:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-02-07 16:47:50 -05:00
tim@threads.polyesthetic.msg
fab185b7a6
Fix bug in mysql_backup_table that prevented other threads from
...
reading while the table was being backed up.
2001-02-07 16:33:56 -05:00
monty@donna.mysql.com
059ad7f078
Force sockets to be blocking on HPUX 11.0
...
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
2001-02-07 23:27:19 +02:00
monty@donna.mysql.com
d487e5a9b1
Use new bitmap interface
...
Patches for Armstrong
Removed warnings when using REPAIR TABLE .. EXTENDED
2001-02-07 17:42:20 +02:00
monty@donna.mysql.com
dccba43687
Fixed installation bug in Makefile
2001-02-06 23:47:54 +02:00
monty@donna.mysql.com
591997d3b9
Install charsets/README
2001-02-06 23:09:12 +02:00
monty@donna.mysql.com
7be8f1abb4
Fixed makefiles for distribution
2001-02-06 22:32:19 +02:00
monty@donna.mysql.com
79ec0059ae
Fixed typo in Makefile
2001-02-06 19:59:57 +02:00
serg@serg.mysql.com
b21e89bb2e
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-02-06 14:50:31 +01:00
serg@serg.mysql.com
94681d0fed
item_func.cc auto-init of ft-index restored (to cope with const/system tables)
2001-02-06 14:10:13 +01:00
tim@threads.polyesthetic.msg
a508cd8f32
Remove several uses of cp -a, and fix broken dist-hook in sql-bench.
2001-02-05 21:58:20 -05:00
monty@donna.mysql.com
728b63e0de
Workaround for bug in thread library in Unixware 7
...
Fixed bug in GROUP BY on ELT()
Added SEQUENCE() to UDF examples
2001-02-03 18:00:29 +02:00
monty@donna.mysql.com
136ddd1f86
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-02 03:47:40 +02:00
monty@donna.mysql.com
9d120741d2
Portability fixes
...
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
2001-02-02 03:47:06 +02:00
tim@threads.polyesthetic.msg
faeb9896bd
Use $(INSTALL_DATA) instead of cp -p in mysql-test and sql-bench.
...
Clean up $(INSTALL_DATA) use in sql/share.
2001-01-31 15:01:16 -05:00
monty@donna.mysql.com
bdbc0ef7a0
New myisamchk option --sort-recover
...
Allow delete of crashed MyISAM tables
Fixed bug when BLOB was first part of key
Fixed bug when using result from CASE in GROUP BY
Fixed core-dump bug in monthname()
Optimized calling of check_db_name()
2001-01-31 04:47:25 +02:00
monty@donna.mysql.com
c40b10730e
merge
2001-01-28 21:41:10 +02:00
monty@donna.mysql.com
ce2260586d
Fixed ALTER TABLE on MERGE tables
...
Fixed bug in DISTINCT
2001-01-28 21:35:50 +02:00
sasha@mysql.sashanet.com
7db4b9b466
merge
2001-01-27 15:38:22 -07:00
sasha@mysql.sashanet.com
70f619856b
fixed up lock counting code - Monty's suggestions
...
updated manual about table lock counter
fixed coredump in DROP DATABASE with long bogus name by non-root user
fixed bug in handling STOP immediately after ROTATE
added test case for buffer overrun on DROP DATABASE by non-root user
added test case for the STOP bug in replication
2001-01-27 15:33:31 -07:00
jcole@tetra.spaceapes.com
519e7256a6
manual merge
2001-01-27 03:27:40 -06:00
jcole@tetra.spaceapes.com
31569172ee
Added --temp-pool option to mysqld. This will cause temporary files
...
created to use a small set of filenames, to try and avoid problems
in the Linux kernel.
2001-01-27 03:24:05 -06:00
sasha@mysql.sashanet.com
5f6561ec88
Table_locks_waited
...
Table_locks_immediate
2001-01-26 20:00:42 -07:00
monty@donna.mysql.com
6b9a8a92c3
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-01-27 01:21:50 +02:00
monty@donna.mysql.com
a7c5b9c211
Portability fixes for OPENBSD, OS2 and Windows
2001-01-27 01:20:56 +02:00
sasha@mysql.sashanet.com
cb50688c72
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-25 14:00:37 -07:00