monty@hundin.mysql.fi
b5a145d872
merge
2002-04-13 15:34:39 +03:00
Sinisa@sinisa.nasamreza.org
22d4f87e69
Derived tables !
2002-03-26 15:06:05 +02:00
arjen@fred.bitbike.com
7eaedb2f14
Typo fixup (from Colin Faber).
2002-03-15 10:35:14 +10:00
sasha@mysql.sashanet.com
b305a27ac1
post-merge fixup
2002-03-01 21:14:13 -07:00
Sinisa@sinisa.nasamreza.org
cdddb65460
Porting from mysql-4.0.
...
Read comments there if you are interested ..
2002-02-28 22:01:41 +02:00
bar@gw.udmsearch.izhnet.ru
a7b4726f4b
These files must be ignored being symlinked from /sql
2002-02-28 14:28:42 +04:00
bar@gw.udmsearch.izhnet.ru
4b504da05d
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1
2002-02-22 15:30:28 +04:00
bar@gw.udmsearch.izhnet.ru
735b27d578
Added GIS extension
2002-02-22 15:24:42 +04:00
zak@linux.local
bb72b88317
Patched conversion system to generate well-formed XML
2002-02-15 16:14:38 -07:00
Sinisa@sinisa.nasamreza.org
3ec0936d15
BK makes me problems.
...
I did not know I can't do chmod ...
So, it killed some of my changes.
But I am smarter, and as I have first saved my work, before BK ruined
it, so here it comes ...
2002-02-01 21:45:23 +02:00
arjen@co3064164-a.bitbike.com
a2df2890f2
New changes for DocBook XML output filter.
...
Added Docs/Support/make-docbook script, to work without makefile.
2002-01-30 17:44:47 +10:00
sasha@mysql.sashanet.com
684f13ef4c
Ugly merge! But I am not done yet - there are a number of things I need to fix
...
before I can push
2002-01-19 22:46:25 -07:00
sasha@mysql.sashanet.com
56129ce634
Here comes a nasty patch, although I am not ready to push it yet. I will
...
first pull, merge,test, and get it to work.
The main change is the new replication code - now we have two slave threads
SQL thread and I/O thread. I have also re-written a lot of the code to
prepare for multi-master implementation.
I also documented IO_CACHE quite extensively and to some extend, THD class.
2002-01-19 19:16:52 -07:00
monty@hundin.mysql.fi
4d10a0cb7e
Add support for NULL=NULL in keys (Used in GROUP BY optimization)
...
Add ISAM to Windows version
Fix of test results
Fixes for NULL keys in HEAP tables.
2002-01-16 00:42:52 +02:00
Sinisa@sinisa.nasamreza.org
4ed4546004
Changes for the BitKeeper resolve.
...
One more notice:
limiting number of queries per hour for different users has been done
on 4.0.1 , but I can port it to 3.23.*
This will require only certain changes, like number of columns in user
table.
I will also make a test case for it, after it is approved by Monty,
as result file will depend on the error message text.
2001-12-26 17:42:06 +02:00
Sinisa@sinisa.nasamreza.org
038db406c1
This is a large push. Included are :
...
* multi-table updates
* new paid feature for limiting number of queries per hour for users
* optional syntax for multi-table deletes
* optimization for SQL_CALC_FOUND_ROWS
* a small addition for CREATE .. SELECT that will be of future use
I know that all this will require many additions to documentation,
which I have not done, but I am at Arjen's disposal to help him document
all this.
2001-12-26 16:49:10 +02:00
sasha@mysql.sashanet.com
0111030d45
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/reiser-data/mysql-4.0-stable
2001-12-25 10:44:31 -07:00
sasha@mysql.sashanet.com
24918973bf
some work on mysql_install
2001-12-25 10:42:53 -07:00
serg@serg.mysql.com
ed74119ee2
Merge
2001-12-21 13:38:06 +00:00
serg@serg.mysql.com
22204dc90b
mysql_fix_extensions added
2001-12-19 16:15:31 +00:00
monty@hundin.mysql.fi
cb754eb5aa
Fix after merge
2001-12-17 23:24:51 +02:00
monty@hundin.mysql.fi
a66ddaf8ba
Fixed fulltext after merge from 3.23.45
...
First (incomplete) version of transaction and as3ap tests.
2001-11-22 17:55:18 +02:00
sasha@mysql.sashanet.com
2593a7cb33
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-07 16:53:11 -07:00
monty@bitch.mysql.fi
4ff48e4617
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
2001-11-05 01:42:47 +02:00
monty@hundin.mysql.fi
fd0780493d
merge with 3.23.44
2001-11-04 16:14:09 +02:00
sasha@mysql.sashanet.com
4f106fe87e
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-11-03 16:55:39 -07:00
sasha@mysql.sashanet.com
b00eee622e
more work on IO_CACHE
...
portability fixes for systems with broken syscalls that do not interrupt on
a signal
temporary commit - will not be pushed, need to sync up
2001-11-03 16:54:00 -07:00
monty@hundin.mysql.fi
65d4c846d8
Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL.
2001-11-03 21:22:06 +02:00
tim@black.box
fd74164f6b
Remove bdb/include/*_ext.h from revision control. They are
...
generated automatically.
2001-11-01 20:47:31 -05:00
tim@black.box
3c0333511a
Improve libmsyql_r and libmysqld sections of manual.
2001-10-29 14:12:46 -05:00
Sinisa@sinisa.nasamreza.org
386b5ad183
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-10-19 17:46:51 +03:00
Sinisa@sinisa.nasamreza.org
376638b15b
Unchecked changes, so that I could run mysql-test.
...
If I ruined anything, write your complaints to sasha@mysql.com
2001-10-19 17:43:30 +03:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
caa4e886a8
Another reserved words fixup.
2001-10-19 11:40:51 +10:00
monty@hundin.mysql.fi
779695c17b
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2001-10-17 19:40:52 +03:00
monty@hundin.mysql.fi
0bfec316ce
Don't do signal() on windows (Causes instability problems)
...
Safer, a bit faster filesort.
Code changes to avoid calls to current_thd() (faster code).
Removed all compiler warnings from readline.
2001-10-17 19:39:39 +03:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
d19d469e63
Explanation of maximum index length changed to maximum index width.
2001-10-17 10:54:54 +10:00
Administrator@co3064164-a.
8dcc414262
Removed old chapter about Unireg.
...
Inserted note about stable codebase and backwards compatibility in "How stable is MySQL" section.
2001-10-15 14:14:21 +10:00
serg@serg.mysql.com
38bd84b7f9
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-12 17:47:13 +02:00
monty@bitch.mysql.fi
b14f5e2bb2
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
2001-10-11 19:55:38 +03:00
monty@hundin.mysql.fi
d121c2cdb9
Added missing files in libmysqld and the RPM spec file
2001-10-11 05:37:05 +03:00
serg@serg.mysql.com
3911c81024
merged
2001-10-09 16:01:06 +02:00
serg@serg.mysql.com
3d3ef6528a
Boolean search passes _some_ tests
2001-10-09 14:53:54 +02:00
monty@bitch.mysql.fi
9358311cab
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
2001-10-08 07:33:12 +03:00
monty@hundin.mysql.fi
938a8dc2ef
merge
2001-10-08 05:36:35 +03:00
monty@hundin.mysql.fi
88aff4bf85
Updated manual about embedded version.
...
Speed up column-completion in 'mysql'
Don't use ISAM if HAVE_ISAM is not defined
A lot of fixes for the embedded version. All libraries are now included in libmysqld.a
Changed arguments to convert_dirname() to make it more general.
Renamed files in the 'merge' directory to all use a common prefix.
Don't compile both assembler and C functions on x86
2001-10-08 04:58:07 +03:00
sasha@mysql.sashanet.com
bb66c80aeb
client/mysqlmanagerc.c
...
added support for quiet
increased line buffer size
client/mysqltest.c
fixed memory leak
added query logging to result file
added error message logging to result file
added enable_query_log/disable_query_log
mysql-test/mysql-test-run.sh
converted tests to use mysqlmanager
Updated test results
2001-09-27 23:05:54 -06:00
sasha@mysql.sashanet.com
1a0a77389f
added mysqlmanager-pwgen
...
added set_exec_stdout and set_exec_stderr to mysqlmanager to be able
to redirect stdout and stderr
added support for MY_FULL_IO to my_read, so we can tell it to read
a number of bytes in as many chunks as it takes instead of one try
2001-09-22 21:47:57 -06:00
sasha@mysql.sashanet.com
545a2af56a
merged
2001-09-19 14:39:11 -06:00
sasha@mysql.sashanet.com
2038a46e92
fixes for MYSQL manager
2001-09-19 14:30:43 -06:00
monty@bitch.mysql.fi
036cfe20a4
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
2001-09-19 02:14:27 +03:00
monty@bitch.mysql.fi
76bfc23409
Better purify information
2001-09-19 01:18:47 +03:00
monty@hundin.mysql.fi
0482b89d5a
Fix to get pstack included in distribution
...
Fix to get libmysqld examples to be included in distribution
2001-09-18 06:05:55 +03:00
monty@hundin.mysql.fi
fe1753de58
Fixed locking problem when using bulk insert
...
Fixed array overrun when using drop_db
Portability fixes
2001-09-17 17:53:27 +03:00
tim@black.box
7c65c72dc2
Merge
2001-09-16 22:10:50 -04:00
tim@black.box
e6e25a567b
Add some examples for using libmysqld, including a hack for running the
...
mysql test suite.
A few minor libmysqld fixes.
Add mysql_server_init() and _end() to mysql.cc and mysqltest.c, so they
can be linked against libmysqlclient or libmysqld.
2001-09-16 21:41:22 -04:00
monty@hundin.mysql.fi
d7a9179496
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2001-09-15 16:24:05 +03:00
monty@hundin.mysql.fi
c55cde7c1c
Added my_global.h
2001-09-15 05:12:46 +03:00
monty@hundin.mysql.fi
77ee990bca
Cleanups
2001-09-15 05:03:16 +03:00
sasha@mysql.sashanet.com
595762d023
fixed coredump, and changed mngd->manager
2001-08-29 16:52:50 -06:00
sasha@mysql.sashanet.com
4ec6120699
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-08-27 17:34:29 -06:00
sasha@mysql.sashanet.com
608f25be52
work on MySQL server management daemon
2001-08-27 17:33:11 -06:00
tonu@x153.internalnet
43b6138a45
OpenSSL changes
2001-08-27 03:34:52 +08:00
tim@white.box
2f190f67dc
Fix some libmysqld problems.
2001-08-21 19:04:31 -04:00
Sinisa@sinisa.nasamreza.org
1e1a1ec064
New startup options and some cleanups
2001-08-18 15:29:21 +03:00
Sinisa@sinisa.nasamreza.org
0d3fbc2996
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-08-12 16:11:43 +03:00
Sinisa@sinisa.nasamreza.org
2252f945d0
Changes so that CREATE and INSERT work from UNION's
2001-08-12 16:01:32 +03:00
sasha@mysql.sashanet.com
7267133886
merged
2001-08-11 17:28:41 -06:00
sasha@mysql.sashanet.com
5b7da4267e
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-08-11 15:27:10 -06:00
monty@bitch.mysql.fi
788cf6c495
Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql
2001-08-11 11:54:23 +03:00
monty@hundin.mysql.fi
a255ace48a
delete generated files
2001-08-11 11:53:50 +03:00
monty@bitch.mysql.fi
23b94e35db
ignore generated include file
2001-08-11 11:43:45 +03:00
monty@bitch.mysql.fi
df7a29214a
Made SIGTERM safer for Solaris
2001-08-11 11:24:43 +03:00
sasha@mysql.sashanet.com
f6836bf81a
merged
2001-08-09 19:16:15 -06:00
sasha@mysql.sashanet.com
681cdbbdf9
mysqlbinlog->client
2001-08-09 18:16:43 -06:00
sasha@mysql.sashanet.com
d9737f20f8
misc bug fixes
2001-08-06 16:47:48 -06:00
sasha@mysql.sashanet.com
8029045bb7
new file_id generation method
2001-08-04 05:48:58 -06: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
sasha@mysql.sashanet.com
6bedc85977
merged
2001-07-07 15:17:25 -06:00
serg@serg.mysql.com
bad4129f99
bug fixed (sometimes it broke filesort, due to too late maybe_null=1)
2001-07-03 17:58:47 +02:00
Sinisa@sinisa.nasamreza.org
9e9f21a5c9
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-07-01 13:27:09 +03:00
Sinisa@sinisa.nasamreza.org
ce09acfbeb
Making multi-table delete BETA !!
2001-07-01 13:20:53 +03:00
sasha@mysql.sashanet.com
ea2e911892
support for eval_result and let $var = query
syntax in mysql-test
...
fixes for rpl_log test to make it config-independent
2001-06-30 13:08:35 -06:00
sasha@mysql.sashanet.com
12b442b649
post-merge fix
...
fixed bug in LOAD DATA FROM MASTER
2001-06-29 09:55:21 -06:00
tim@white.box
5ed2cf7dbe
Implement ORDER BY DESC optimization, which reads values in descending
...
order directly from the index instead of using a filesort.
2001-06-28 03:06:23 -04:00
Sinisa@sinisa.nasamreza.org
6a8fce3914
Further work on UNIONS
2001-06-18 12:55:41 +03:00
monty@work.mysql.com
0652902ab5
merge
2001-06-12 14:12:35 +02:00
monty@hundin.mysql.fi
e17764dc79
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-06-11 15:07:43 +03:00
monty@tik.mysql.fi
1f409baf4c
Changed compare in MyISAM to use my_pread()
...
Fixed that @VAR shows all decimals
Fixed problem with FLUSH TABLES and LOCK TABLE
CREATE ... SELECT now creates keys later
Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
2001-06-11 15:01:28 +03:00
monty@hundin.mysql.fi
fce6018ab5
Small fixes in the manual.
2001-06-11 12:23:30 +03:00
monty@hundin.mysql.fi
731fcea02d
Updated manual about symlinks on window and adding users
2001-06-06 03:10:00 +03:00
tim@threads.polyesthetic.msg
deaf035729
Merge work:/home/bk/mysql-4.0
...
into threads.polyesthetic.msg:/home/tim/my/4
2001-06-04 19:39:55 -04:00
tim@threads.polyesthetic.msg
15b6010316
Various changes to get libmysqld in sync with latest sources.
2001-06-04 18:34:04 -04:00
sasha@mysql.sashanet.com
9fde9619a6
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-06-01 11:06:28 -06:00
sasha@mysql.sashanet.com
11772a2699
fixed bug in count(distinct)
2001-06-01 11:05:00 -06:00
monty@hundin.mysql.fi
b7c3a28149
Removed compiler warnings.
...
Added preliminary handling of symlinks in MyISAM.
When using myisamchk to check tables with --force, don't repair
tables that are marked as 'not closed' if they are ok.
Change fn_format() to use my_real_path and my_symlink
2001-05-31 14:07:17 +03:00
monty@work.mysql.com
914bbdca50
merge
2001-05-20 12:38:19 +02:00
tim@work.mysql.com
3bc1ee238c
Merge
2001-05-18 18:49:30 +02:00
tim@work.mysql.com
bf13a2b338
Do-patch-file Fix typo (extra 'mv')
...
ignore added Logs/* binary/*
2001-05-18 18:48:38 +02:00
tim@threads.polyesthetic.msg
6e716f475d
Clean out some more generated files from the bdb tree. Add a hack
...
to bdb/dist/s_rpc so that bk doesn't complain about the
rpc_server/db_server_proc.c file that gets overwritten (but needs to
be stored in BK). Add a bdb/dist/template directory which is needed
by bdb/dist/s_recover.
2001-05-18 12:43:16 -04:00
sasha@mysql.sashanet.com
7c9b9f471c
Merged with 3.23, needs further fix-up
2001-05-10 15:06:35 -06:00
monty@donna.mysql.fi
9ee2a297c0
Fixes for embedded MySQL
...
Some limit optimization
2001-04-25 01:11:29 +03:00
monty@donna.mysql.fi
c8fbe93890
Fixed that database name is shown for CHECK TABLE
2001-04-20 17:14:53 +03:00
monty@donna.mysql.fi
0e6e6b0f38
ignore some files
2001-04-19 20:41:47 +03:00
sasha@mysql.sashanet.com
b8c416ac65
mysql-test/mysql-test-run.sh
...
added --bench option
sql-bench/Makefile.am
added bench-count-distinct.sh test
sql-bench/bench-init.pl.sh
added --socket option
2001-04-13 12:51:27 -06:00
sasha@mysql.sashanet.com
3d76b4348e
BitKeeper/triggers/post-commit
...
use REAL_EMAIL
myisam/mi_search.c
merged the dropped lines
ignore junk in libmysqld directory
2001-04-11 19:38:02 -06:00
sasha@mysql.sashanet.com
102c1945eb
do not log the drop internal temporary tables into the binary log
...
mark killed partially completed updates with an error code in binlog
stop replication if the master reports a possible partial/killed update
test partially killed update
2001-04-10 20:56:54 -06:00
monty@donna.mysql.fi
81a4e10105
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-10 11:33:37 +03:00
monty@donna.mysql.fi
8fca84c6c9
updated ignore
2001-04-10 11:33:17 +03:00
sasha@mysql.sashanet.com
635ef42af9
added compile-pentium-gprof
...
ignore generated files from bdb
2001-04-09 13:08:35 -06:00
sasha@mysql.sashanet.com
62e6906bfb
worked around gcc bug to make compile-pentium-gcov work
...
increase coverage for table.cc in mysql_rm_table()
ingore temporary gcov files
fixed bug in replication test case
2001-03-26 21:03:08 -07:00
sasha@mysql.sashanet.com
2517966c7b
Changes to make it compile again
2001-03-22 11:31:43 -07:00
monty@donna.mysql.fi
c1402e2d5c
Fixed bug in MAX() optimizing for BDB tables
2001-03-10 17:05:10 +02:00
tim@threads.polyesthetic.msg
6808abd24c
Small changes to make life with BDB in the tree easier.
2001-03-04 20:59:13 -05:00
tim@threads.polyesthetic.msg
13b7c1ccbd
Ignore some files in bdb.
2001-03-04 20:07:36 -05:00
monty@donna.mysql.com
0b470dd353
Merge
2001-01-29 13:59:26 +02:00
sasha@mysql.sashanet.com
d0f4235a2e
rpl000016.test sync
...
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list
slave.h MASTER_POS_WAIT
lex.h MASTER_POS_WAIT
slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in
slave.cc debug abort count
sql_repl.cc announce the log name at the start of the log with a fake rotate event
item_create.h MASTER_POS_WAIT
item_func.cc MASTER_POS_WAIT
item_func.h MASTER_POS_WAIT
sql_class.h enter_cond(), exit_cond() helper inliners
item_create.cc added MASTER_POS_WAIT
mysql-test-run.sh speed improvement fixes
rpl000007.test sync
rpl000003.test sleep -> sync
rpl000004.test sleep -> sync, fixed clean up bug
rpl000014.test sync
rpl000009.test sync
rpl000013.test sync
rpl000001.test sleep -> sync
rpl000008.test sync
rpl000006.test sync on cleanup
rpl000011.test sync
rpl000012.test sync
rpl000005.test sleep -> sync
rpl000010.test sync
rpl000015.test sync
rpl000002.test sleep -> sync
rpl000014.result we now know the master log name as soon as we connect
mysql.cc added optional agrument to --wait
mysqltest.c added save_master_pos and sync_with_master commands
2001-01-17 05:47:33 -07:00
monty@donna.mysql.com
43502bb0e8
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-01-12 13:56:46 +02:00
sasha@mysql.sashanet.com
1402d01d72
Added resovle_stack_dump
2001-01-05 15:04:15 -07:00
monty@donna.mysql.com
1a0226e782
Merge
2001-01-01 14:21:12 +02:00
monty@donna.mysql.com
07b1f0dccd
Fixed --no-defaults in mysqltest
2000-12-29 16:06:10 +02:00
monty@donna.mysql.com
361067e915
Extended mysqltest with --commands and 'require'
...
Fixed test results.
Added mysqld variable 'have_isam'
2000-12-27 03:31:06 +02:00
monty@donna.mysql.com
988a98c393
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2000-12-26 17:35:48 +02:00
sasha@mysql.sashanet.com
3c06a414d3
acconfig.h
...
fix to make ENCRYPT work
BUILD/compile-pentium-debug
debug has different warnings
BUILD/FINISH.sh
save symbol table and dissassembled code with symobls available before strip
use $do_make for make decision instead of $make to avoid conflict
BUILD/SETUP.sh
export AM_MAKEFLAGS
fast is now -fno-omit-frame-pointer, the opposite is now called
reckless
configure.in
fixes to make CRYPT work again
Docs/Makefile.am
hack to avoid rebuilding the manual on make clean -why does
Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
2000-12-20 00:11:49 -07:00
tim@cane.mysql.fi
70d4d0bae6
Ignore Berkeley DB directory.
2000-12-18 23:25:27 +02:00
sasha@mysql.sashanet.com
57c65749dc
fixed typo
2000-12-13 17:17:19 -07:00
sasha@mysql.sashanet.com
9a5ce4d513
MIT fix
2000-12-13 16:43:18 -07:00
monty@donna.mysql.com
b4974dacb9
Removed init that crashed BDB
...
Fixed newly introduced bug in update
2000-12-11 02:31:09 +02:00
serg@serg.mysql.com
a87be9c6ed
ignore cleaned up, AGAIN!
...
myrg_open.c delayed queue allocation
2000-12-09 00:41:06 +01:00
monty@donna.mysql.com
0dd9ec5a63
Merge
2000-12-08 18:39:37 +02:00
monty@donna.mysql.com
7617d198a4
Lots of fixes for BDB tables
...
Change DROP TABLE to first drop the data, then the .frm file
2000-12-08 17:04:57 +02:00
serg@serg.mysql.com
486bf66f46
Merge
2000-12-08 14:00:48 +01:00
serg@serg.mysql.com
53df0e501a
sql_base.cc merge+insert (v.3)
...
myrg_info.c merge+insert (v.3)
myrg_extra.c merge+insert (v.3)
ignore cleanup
2000-12-08 13:53:24 +01:00
sasha@mysql.sashanet.com
5a1b15b3be
more cleanup of slave load data infile - trying to track down bug,
2000-12-07 21:51:29 -07:00
sasha@mysql.sashanet.com
3e4697c8b2
rpl000001 sporadic failure mystery solved - the table was being opened twice :-)
2000-12-07 11:40:22 -07:00
sasha@mysql.sashanet.com
7ccba68095
ok, here comes the push - prepare to resolve conflicts! And lets hope bk can gracefully handle all of my renames
2000-12-07 10:14:28 -07:00
sasha@mysql.sashanet.com
f8d4b377f5
Merge
2000-12-07 08:10:30 -07:00
sasha@mysql.sashanet.com
ec1359416b
fixed up mysql-test - will not push this yet, as more clean up/testing is to follow
2000-12-07 07:54:59 -07:00
jcole@tetra.spaceapes.com
9d068138a8
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-12-06 12:33:53 -06:00
sasha@mysql.sashanet.com
78b5f8fe8a
updated test case for SELECT DISTINCT coredump
2000-12-05 10:15:27 -07:00
sasha@mysql.sashanet.com
edc0cbd346
Added a test case for a coredump bug in SELECT DISTINCT. Have not yet fixed the coredump itself
2000-12-05 06:12:19 -07:00
monty@donna.mysql.com
38fce965ea
New error messages
...
Fix for creating read-only files on windows
Manual updates
2000-12-05 03:00:31 +02:00
monty@narttu.mysql.fi
d37bcf7b36
Merge
2000-12-03 12:56:27 +02:00
monty@donna.mysql.com
e2e483c304
ignored PENDING directory
2000-12-03 12:52:36 +02:00
monty@donna.mysql.com
3e723781cb
ignored some files
2000-12-03 12:49:46 +02:00
sasha@mysql.sashanet.com
2d354fc66b
Docs/manual.texi
...
updates for temporary table replication, and docs for replicate-do/ignore-table
updated change history
fixed errors/warnings from makeinfo
2000-12-02 14:00:57 -07:00
sasha@mysql.sashanet.com
07b36014fc
added loops and other cool stuff to mysqltest
...
fixed slave to preserve temp tables on slave stop; slave start
added abort-slave-event-count option to mysqld to test the above
added a test case for temp tables with a contantly aborting slave
removed warning in sql_parse.cc
fixed thimble.cc to compile
2000-12-02 10:11:50 -07:00
sasha@mysql.sashanet.com
87ef08f239
pointer casts -> int4store()
...
added error code to master failed connect message
2000-11-27 23:08:46 -07:00
sasha@mysql.sashanet.com
dd24015eac
Fixed temp tables to work with replication. It will not work if you stop the slave
...
while slave thread has temp tables - not hard to fix though, but it is time to go to bed
added a new test case for temp table replication and Slave_open_temp_tables
status variable.
Misc fixes
2000-11-25 23:29:01 -07:00
jcole@tetra.spaceapes.com
2da2d6aa81
Various fixups to manual.texi.
...
Added TAGS to ignore, for etags.
2000-11-25 04:45:01 -06:00
sasha@mysql.sashanet.com
a9ef0b4bf1
slave master.info FILE -> IO_CACHE
...
send_file() is more stack-friendly - changed large static buffer to alloc_root()
fixed my_b_seek() to work with WRITE_CACHE
test case to make sure the slave starts correctly after being stopped
truncated words file so the replication tests will take less time
2000-11-24 19:49:13 -07: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
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
sasha@mysql.sashanet.com
31fbe606aa
ignore files
2000-11-17 23:36:15 -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
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
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
sasha@mysql.sashanet.com
67eef6a571
sql/slave.cc
...
mutex now initialized in the constructor
sql/sql_class.h
intialize MASTER_INFO mutex in the constructor
sql/sql_repl.cc
fixed typo in error message
if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
repl-tests/test-repl-ts/repl-timestamp.master.reject
New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject''
2000-11-03 19:31:22 -07:00
sasha@mysql.sashanet.com
60cdfe07f7
fixed bugs in elt() and make_set()
...
added two new test cases
2000-11-03 07:04:33 -07:00
sasha@mysql.sashanet.com
96815f82a6
libmysql/libmysql.c
...
keep vio from being freed twice when we are low on memory
mysys/safemalloc.c
changes for --safemalloc-mem-limit
sql/mini_client.cc
keep vio from being freed twice
sql/mysqld.cc
changes for --safemalloc-mem-limit
sql/slave.cc
prevent closing connection twice
sql/sql_string.h
shrink() did not work right when my_realloc() failed
2000-10-28 23:26:48 -06:00
sasha@mysql.sashanet.com
75cd25a579
fixed --skip-slave-thread bug
...
added PURGE MASTER LOGS TO and SHOW MASTER LOGS
fixed the output of SHOW MASTER STATUS
updated docs
2000-10-26 22:11:55 -06:00
sasha@mysql.sashanet.com
77a1d12a24
sql/slave.cc
...
buffer size fix + template instatiation
2000-10-21 12:17:08 -06:00
sasha@mysql.sashanet.com
161ed44fbc
BitKeeper/etc/ignore@1.12
...
added BitKeeper/etc/csets-out
2000-10-18 19:10:24 -06:00
sasha@mysql.sashanet.com
bcfee92ef2
ignore stray files
2000-10-18 18:26:35 -06:00