monty@donna.mysql.com
1ce0e50f4c
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-11-22 03:45:50 +02:00
monty@donna.mysql.com
e049538cb0
Split error message for crashed table to 3 different error messages.
...
Fixes for Windows
2000-11-22 03:45:02 +02:00
sasha@mysql.sashanet.com
74fbeabbf8
client/mysqltest.c
...
generate a bigger reject file ( full in most cases) if the master result file is 0 length
sql/sql_show.cc
fixed 3 bugs in SHOW CREATE TABLE
New test case shw000001 for SHOW CREATE TABLE bugs
2000-11-21 16:41:29 -07:00
monty@donna.mysql.com
4f91d5b5fe
Fixed compilation in another dir
2000-11-21 19:01:29 +02:00
sasha@mysql.sashanet.com
7c548f6639
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-20 23:41:03 -07:00
sasha@mysql.sashanet.com
14854a669a
fixed warning in sql_class.cc
...
added gdb support, mysqld options per test, and other cool stuff to mysql-test-run
added --replicate-wild-do/ignore-table
more test cases
2000-11-20 23:38:08 -07:00
monty@donna.mysql.com
b65dbb6114
Fixed problem with auto-repair of MyISAM tables
...
Fixed bug in ISAM and MyISAM when updating from multiple-processes
2000-11-21 03:43:34 +02:00
monty@donna.mysql.com
ee8e18fdbc
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-11-20 02:57:50 +02:00
monty@donna.mysql.com
61fd6baf4b
Bug fix for NATURAL JOIN, Split manual sections and more statistic variables
2000-11-20 02:57:02 +02:00
tim@work.mysql.com
6b4967e3e5
Merge work.mysql.com:/home/bk/mysql
...
into work.mysql.com:/d1/users/tim/src/mysql
2000-11-19 22:27:46 +01:00
monty@donna.mysql.com
b31d076879
Fixed some reported bugs
2000-11-18 23:13:48 +02: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
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
e5dcd8bed3
Portability fixes
2000-11-18 02:15:06 +02: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
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
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@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
tim@work.mysql.com
c270064c6d
ha_berkeley.cc fixed misleading comment
...
sql_parse.cc typo when checking for autocommit
2000-11-15 08:34:18 +01: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
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
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
tim@threads.polyesthetic.msg
4647982ee9
Changes to make ALTER TABLE and DELETE FROM TABLE work properly
...
with BEGIN WORK.
2000-11-07 01:52:43 -05:00
tim@threads.polyesthetic.msg
aacaaf5922
Merge work:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/work
2000-11-07 00:53:24 -05:00
tim@threads.polyesthetic.msg
96b8ab704f
sql_parse.cc test for changing to auto_commit mode was backwards
...
ha_berkeley.cc bug fixes to make OPT_BEGIN work properly
handler.cc bug fixes to make OPT_BEGIN work properly
2000-11-07 00:53:02 -05:00
sasha@mysql.sashanet.com
fd17c119cf
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-06 19:42:21 -07:00
sasha@mysql.sashanet.com
2b05ed9d02
sql/item_strfunc.cc
...
fixed coredump in concat_ws
sql/item_strfunc.h
fixed coredump in concat_ws
sql/mini_client.cc
added mc_mysql_error()
sql/mini_client.h
added mc_mysql_errno()
sql/mysqlbinlog.cc
fixed bug in --postion for local files
sql/slave.cc
more verbose message on bad net reads
sql/sql_repl.cc
send errno on error in mysql_binlog_send
2000-11-06 19:39:13 -07:00
tim@threads.polyesthetic.msg
58b37627aa
Merge work:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/work
2000-11-06 11:13:40 -05:00
sasha@mysql.sashanet.com
fddab55df3
BitKeeper/triggers/post-commit
...
send the diffs
Docs/manual.texi
updated change history
include/my_sys.h
Moved safemalloc_mem_limit here
mysys/safemalloc.c
fixed up safemalloc_mem_limit
sql/mysqld.cc
moved safemalloc_mem_limit declaration to my_sys.h
2000-11-04 21:00:41 -07:00
sasha@mysql.sashanet.com
34c7229a63
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-04 20:21:22 -07:00
sasha@mysql.sashanet.com
8f162b8bc4
fix for FLUSH TABLES WITH READ LOCK
2000-11-04 13:58:07 -07:00
serg@serg.mysql.com
f39734eb07
fixed bug with FULLTEXT and ORDER BY
2000-11-04 15:48:06 +01:00