sasha@mysql.sashanet.com
7a493ab07a
gone delete files
2000-11-20 12:08:13 -07:00
sasha@mysql.sashanet.com
cb6735cfac
gone BitKeeper file /home/sasha/src/bk/mysql/BitKeeper/etc/gone
2000-11-20 12:06:32 -07:00
sasha@mysql.sashanet.com
afdd9a1fc1
one more fix for Intvar 22 offset mystery bug
2000-11-17 23:55:22 -07:00
sasha@mysql.sashanet.com
31fbe606aa
ignore files
2000-11-17 23:36:15 -07:00
sasha@mysql.sashanet.com
24a7aae0f4
fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query
...
public test suite now tests replication code as well
2000-11-17 23:35:40 -07:00
monty@donna.mysql.com
f046a11591
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-11-18 02:15:57 +02:00
monty@donna.mysql.com
e5dcd8bed3
Portability fixes
2000-11-18 02:15:06 +02:00
yfaktoro@nslinuxw2.bedford.progress.com
16a493ea6c
Howard changed some formatting and grammar
2000-11-17 11:58:36 -05:00
monty@donna.mysql.com
19a9f8f943
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-11-17 14:39:26 +02:00
monty@donna.mysql.com
7f2aff3de4
Fixed bug with text key compares in BDB
2000-11-17 14:38:53 +02:00
jani@prima.mysql.com
4db04e734e
New mysql client.
2000-11-17 14:33:29 +02:00
sasha@mysql.sashanet.com
7344370353
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-16 23:00:18 -07:00
sasha@mysql.sashanet.com
d528126359
fixed bugs in IO_CACHE and Load_event constructor. The code now passes
...
replication test suite
2000-11-16 22:59:50 -07:00
mwagner@work.mysql.com
759691b2f8
manual.texi Added link to MySQL Free Public License in policy section.
2000-11-17 06:53:08 +01:00
sasha@mysql.sashanet.com
02ee743425
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-16 17:53:22 -07:00
sasha@mysql.sashanet.com
be2a121e31
sql/log.cc
...
fixed bug in find_first_log
sql/mysqlbinlog.cc
flose file only if we opened it
sql/slave.cc
changed spacing
sql/sql_repl.cc
fixed error message
2000-11-16 17:48:13 -07:00
monty@donna.mysql.com
2596e464c0
Fixes for bugs in the usage of IO_CACHE
2000-11-17 02:41:09 +02:00
monty@narttu.mysql.fi
22415489f2
Fixes for bugs in the usage of IO_CACHE
2000-11-17 02:36:46 +02:00
monty@narttu.mysql.fi
ca2cca8dce
merge
2000-11-16 20:55:52 +02:00
monty@donna.mysql.com
217ef71afa
Fixes for IO_CACHE
2000-11-16 20:47:28 +02:00
sasha@mysql.sashanet.com
ea0f9d358c
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-16 10:38:01 -07:00
sasha@mysql.sashanet.com
0decc269d4
BUILD/compile-pentium-debug
...
make -j 2
mysys/my_open.c
my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
sql/log.cc
fixed up IO_CACHE to make replication work, not fully yet
sql/log_event.cc
fixed up IO_CACHE
2000-11-16 10:37:30 -07:00
serg@serg.mysql.com
1a23c2e1ea
Merge
2000-11-16 13:37:03 +01:00
serg@serg.mysql.com
01ffc97541
item_func.cc bugfix - two fulltext indices were not working sometimes
2000-11-16 13:08:20 +01:00
sasha@mysql.sashanet.com
eb0a423e0e
merged
2000-11-15 18:58:59 -07:00
monty@donna.mysql.com
a9097ca323
changed to use IO_CACHE instead of FILE
2000-11-16 03:58:58 +02:00
sasha@mysql.sashanet.com
5faab668f7
sql/slave.cc
...
fixed bug - mutex was not being released if master.info could not be read
2000-11-15 16:12:11 -07:00
monty@narttu.mysql.fi
b689a1a752
merge
2000-11-16 00:24:11 +02:00
monty@narttu.mysql.fi
e69becf133
changed to use IO_CACHE instead of FILE
2000-11-15 23:00:06 +02:00
yfaktoro@nslinuxw2.bedford.progress.com
49a245f4fa
Forth batch of Howard's changes
2000-11-14 17:14:28 -05:00
yfaktoro@nslinuxw2.bedford.progress.com
934c4a69e2
Third batch of Howard's changes in NuSphere in manual.texi
2000-11-14 10:41:06 -05:00
sasha@mysql.sashanet.com
f2b9a60ec4
repl-tests/test-repl-ts/repl-timestamp.master.reject
...
this file needs to be deleted
sql/log_event.cc
fixed warnings
sql/log_event.h
fixed () #define bug
sql/mysqlbinlog.cc
fixed length argument - was supposed to be one less
sql/mysqld.cc
replicate-do/ignore-table now works, wild does not yet
sql/mysql_priv.h
updating argument to add_table_to_list() -- needed for replicate-do/ignore table
sql/slave.cc
changes fore replicate-do/ignore-table
close the socket before going to sleep sleeping after error
bad event was being freed too early
sql/slave.h
changes for replicate-do/ignore-table
sql/sql_class.cc
slave_thread variable to THD
sql/sql_class.h
added slave_thread to THD, fixed bug in end_time()
sql/sql_parse.cc
updating argument to add_tables_to_list()
sql/sql_table.cc
fixed bug in mysql_rm_table()
sql/sql_yacc.yy
fixed up add_table_to_list() calls to accept updating argument
sql/table.h
added updating to TABLE_LIST
2000-11-13 23:43:02 -07:00
monty@tik.mysql.com
7a013339f8
Bug fixes, TRUNCATE, safer passwords on command line and connect timeout
2000-11-13 23:55:10 +02:00
yfaktoro@nslinuxw2.bedford.progress.com
d234077014
Merge nusphere@work.mysql.com:/home/bk/mysql
...
into nslinuxw2.bedford.progress.com:/users/devp/yfaktoro/bk/mysql
2000-11-13 09:53:35 -05:00
yfaktoro@nslinuxw2.bedford.progress.com
6c317d2194
Second batch of Howard changes in manual.texi
2000-11-13 09:52:03 -05:00
mwagner@evoq.home.mwagner.org
4f99510563
manual.texi Mirror addition.
2000-11-13 00:26:30 -06:00
jcole@tetra.spaceapes.com
9fbfc785b8
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-11-11 23:27:23 -06:00
jcole@tetra.spaceapes.com
e1a304e6dd
logging added
2000-11-11 23:26:42 -06:00
jcole@tetra.bedford.progress.com
4383422ab6
Oops, typo in manual.texi.
2000-11-11 17:55:58 -06:00
sasha@laptop.slkc.uswest.net
00a4a50218
Merge work.mysql.com:/home/bk/mysql
...
into laptop.slkc.uswest.net:/home/sasha/src/mysql
2000-11-11 15:15:27 -07:00
sasha@laptop.slkc.uswest.net
dd3c64a4ef
laptop commit - bk wants me commit again!
2000-11-11 15:04:00 -07:00
sasha@laptop.slkc.uswest.net
57093008c6
laptop commit
2000-11-11 14:57:35 -07:00
sasha@laptop.slkc.uswest.net
a25aed33d9
laptop commit, syncing with the repostitory. Fixed some bad bugs in replication
2000-11-11 14:50:39 -07:00
jcole@tetra.bedford.progress.com
a10f393256
Whoops, forgot to update sql/ChangeLog.
2000-11-11 12:32:39 -06:00
jcole@tetra.bedford.progress.com
6120321a5f
Added ALTER TABLE ... ORDER BY ...
2000-11-11 12:27:34 -06:00
yfaktoro@nslinuxw2.bedford.progress.com
b873d68ad1
First batch of changes in manual.texi from howard katz
2000-11-10 12:18:03 -05:00
serg@serg.mysql.com
66d50f46cc
Merge
2000-11-10 10:33:01 +01:00
serg@serg.mysql.com
de8acc2e0b
to make bk happy
2000-11-10 10:31:38 +01:00
serg@serg.mysql.com
f8078dccf6
ft_parser.c minor bug that causes slightly incorrect weights and was found only by occation fixed
2000-11-09 11:38:07 +01:00
jcole@tetra.bedford.progress.com
8c8acc488c
Added index for LOAD_FILE() to manual.
2000-11-08 20:15:09 -06:00