Commit graph

1842 commits

Author SHA1 Message Date
jcole@tetra.spaceapes.com
5c282e3738 Fixes to Chapter 4 of DocTOC. 2001-08-01 15:27:22 -05:00
jcole@tetra.spaceapes.com
695cd95823 DocTOC Chapter 4 Complete! 2001-08-01 15:17:39 -05:00
jcole@tetra.spaceapes.com
493f10550a small fix per user email 2001-07-31 09:45:14 -05:00
jcole@tetra.spaceapes.com
4f988dcee0 DocTOC Chapter 3 Complete! 2001-07-31 09:37:49 -05:00
jcole@tetra.spaceapes.com
1edcd82818 Fixes to DocTOC Chapter 2. 2001-07-31 09:15:56 -05:00
jcole@tetra.spaceapes.com
dee81d7daf DocTOC Chapter 2 Complete! 2001-07-31 08:55:29 -05:00
sasha@mysql.sashanet.com
ccaa349ec2 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-07-30 17:44:33 -06:00
sasha@mysql.sashanet.com
d31b49f328 added test case for fulltext join bug 2001-07-30 17:43:58 -06:00
monty@tik.mysql.fi
1ddb97f482 Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql 2001-07-30 22:51:02 +03:00
monty@tik.mysql.fi
1731161ff4 Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.
Extended default arguments to be up to 4095 characters
2001-07-30 22:49:39 +03:00
monty@tik.mysql.fi
1ebd29ac6e merge 2001-07-28 23:33:16 +03:00
sasha@mysql.sashanet.com
72c39117df do not log stray error codes in Query_log_event 2001-07-28 11:46:22 -06:00
monty@tik.mysql.fi
768deddcbf Updated LOCK TABLES manual section
Applied patch for mysqlhotcopy
Fixed open-files-size option in safe_mysqld
2001-07-28 13:29:20 +03:00
serg@serg.mysql.com
7eae61b9a9 fulltext_update.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_update.result
fulltext_update.test	BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_update.test
2001-07-27 16:48:33 +02:00
jcole@tetra.spaceapes.com
79e467f0a3 New Chapter 1 a la DocTOC.
Sorry for such a big patch. :)
2001-07-25 15:47:31 -05:00
tim@white.box
103d87ce2a Code cleanup in safe_mysqld.
Fix --core-file-size so that the argument is parsed correctly.
2001-07-24 14:09:33 -04:00
tim@white.box
2b6776d337 Add test case for update/replace bug in bdb.
Remove unused argument to ha_berkeley::remove_key().
2001-07-24 12:23:17 -04:00
tim@white.box
c61f04b005 ha_berkeley.cc Fix bug in remove_key(), when key != primary_key it would
ha_berkeley.cc	core dump if cursor was invalid.
2001-07-24 12:00:23 -04:00
paul@central.snake.net
3ad21705e6 manual.texi change note cleanups, other misc. typo fixes 2001-07-23 21:53:41 -05:00
paul@central.snake.net
b71626f1a0 manual.texi bug was described incorrectly 2001-07-23 21:44:28 -05:00
jcole@tetra.spaceapes.com
f1dfadaad9 Applied mysqldumslow patch to manual.texi. 2001-07-23 13:02:45 -05:00
miguel@light.local
ffee8665bf Updated Translation English->Protuguese 2001-07-21 13:51:40 -03:00
heikki@donna.mysql.fi
cc35360696 row0sel.c Remove a possible cause of the Peter Zaitsev hang 2001-07-20 20:58:58 +03:00
heikki@donna.mysql.fi
20d0a09002 dict0dict.ic Remove acquisition of the dictionary mutex: this may fix the hang observed by Peter Zaitsev
os0file.c	Use O_SYNC instead of O_DSYNC because in Linux there may be a bug
2001-07-20 19:01:23 +03:00
heikki@donna.mysql.fi
147c51b59b row0sel.c Disable a special join speed optimization until Peter Zaitsev's hang is tracked down 2001-07-20 00:32:41 +03:00
heikki@donna.mysql.fi
b534cd6608 srv0start.c Remove old code 2001-07-19 23:00:42 +03:00
heikki@donna.mysql.fi
be05b70c0d srv0srv.h Support raw disk as a data file
srv0start.c	Support raw disk as a data file
srv0srv.c	Support raw disk as a data file
ha_innobase.cc	Some error messages and support raw disk as a data file
2001-07-19 22:46:41 +03:00
monty@hundin.mysql.fi
40aa7c6d29 Merge 2001-07-18 23:35:13 +03:00
monty@hundin.mysql.fi
5a8e734b9a Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if
--low-priority-updates is used and the file has holes.
2001-07-18 23:34:04 +03:00
sasha@mysql.sashanet.com
1c3dc8875e fixed mysterious offset confusion bug
added a test case for it - took some creative work to figure out
how to make it happen at will
updated the manual
2001-07-18 14:26:43 -06:00
monty@hundin.mysql.fi
0fb2e24ac5 Updated version number
Update to new debian files
2001-07-18 14:32:54 +03:00
monty@hundin.mysql.fi
de7d371900 Fixed problem with part keys and BDB tables 2001-07-18 11:31:18 +03:00
tim@white.box
5014d736e1 bdb.test new test for a bug report 2001-07-17 17:30:17 -04:00
tim@white.box
ff98c42643 Merge 2001-07-17 17:25:27 -04:00
tim@white.box
6539db2b8b configure.in Fix "$target_os" = "freebsd" test; not a critical fix. 2001-07-17 17:11:19 -04:00
monty@hundin.mysql.fi
1d8e60dca8 Updated Changelog 2001-07-17 23:57:43 +03:00
sasha@mysql.sashanet.com
ef88e50758 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-07-17 14:23:44 -06:00
sasha@mysql.sashanet.com
14c23716a6 added slave_net_timeout 2001-07-17 14:22:52 -06:00
monty@hundin.mysql.fi
e3e51204ec Added timeouts to make lock test repeatable 2001-07-17 22:59:14 +03:00
monty@hundin.mysql.fi
b051b3ab8d Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-07-17 21:05:38 +03:00
monty@hundin.mysql.fi
aecef7614e Removed wrong warning from thr_lock
Fixed problem with UPDATE and BDB tables
Fixed problem with GRANT FILE privilege on database level
mysqld --warnings works now
Fixed problem with SHOW OPEN TABLES when not using BDB
Added some tests for ALTER TABLE to the test scripts
2001-07-17 21:04:01 +03:00
heikki@donna.mysql.fi
c9014d88a3 ha_innobase.cc Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
ha_innobase.h	Fix a bug in showing of Auto_increment in SHOW TABLE STATUS
2001-07-16 21:10:29 +03:00
jcole@tetra.spaceapes.com
830b429f66 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
2001-07-16 10:18:44 -05:00
jcole@tetra.spaceapes.com
03c23571e8 Updated link to mod_auth_mysql. 2001-07-16 10:16:18 -05:00
monty@hundin.mysql.fi
02f72a801b Changed GPL license example to make it more clear 2001-07-16 14:32:11 +03:00
monty@hundin.mysql.fi
83d5333ffb Fix that libmysqlclient_r can be compiled with mit-pthreads on Linux 2001-07-16 13:27:30 +03:00
monty@tik.mysql.fi
ecefc69c50 Made replication test portable accross table handlers 2001-07-16 13:27:29 +03:00
monty@tik.mysql.fi
7ff42f8218 Merge 2001-07-16 03:07:45 +03:00
monty@tik.mysql.fi
bf9876a195 Patch for netBSD
Added warning for tables where the auto_increment key is 0
Fixed DELETE ... LIMIT 0
Fixed UPDATE ..LIMIT 0
2001-07-16 03:04:30 +03:00
serg@serg.mysql.com
bbfd15f4e1 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-07-15 13:16:31 +02:00