Commit graph

999 commits

Author SHA1 Message Date
tim@cane.mysql.fi
dbb6483111 configure.in --without-raid should not #define USE_RAID 2000-12-26 10:54:45 +02:00
mwagner@evoq.home.mwagner.org
77ce347cd5 manual.texi Contrib entry. 2000-12-24 09:19:43 -06:00
serg@serg.mysql.com
e9cc0d26a2 Merge 2000-12-24 15:34:30 +01:00
monty@donna.mysql.com
75dc09534b Fix duplicate symbol problem 2000-12-24 16:00:46 +02:00
monty@donna.mysql.com
6ba7c07ce2 merge 2000-12-24 15:22:33 +02:00
monty@donna.mysql.com
b590fa2567 New benchmark test
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
2000-12-24 15:19:00 +02:00
serg@serg.mysql.com
c21c89cd67 raid.h moved my_raid_type() out of #ifdef USE_RAID
sql_show.cc	#define USE_RAID removed
2000-12-23 23:26:54 +01:00
serg@serg.mysql.com
4949aea345 gone fixed (hopefully) 2000-12-22 21:08:28 +01:00
serg@serg.mysql.com
8b9fa72832 Merge 2000-12-22 20:23:03 +01:00
serg@serg.mysql.com
06b0f81586 mysql-test-run.sh remove *.reject before testing
mrg000001.test	clean merge tables for other tests to work
mysqltest.c	always compare vs. @result if any
mrg000002.result	corrected
2000-12-22 20:10:35 +01:00
tim@cane.mysql.fi
8f51a9f1f3 Style fix - keep os-specific stuff together. 2000-12-22 20:57:00 +02:00
tim@cane.mysql.fi
30e8de65b6 Merge work.mysql.com:/home/bk/mysql
into cane.mysql.fi:/usr/home/tim/my/work
2000-12-22 16:42:49 +02:00
tim@cane.mysql.fi
c7b405fb65 Fatfinger fix: SLAVE_MASTER_INF -> INFO. 2000-12-22 16:31:57 +02:00
tim@cane.mysql.fi
281a054f2a Fix replace bug w/ BDB tables by passing key_length to index_read_idx. 2000-12-22 16:19:54 +02:00
tim@cane.mysql.fi
94806e013d Fix bug in FINISH.sh that kept CFLAGS from being used.
Allow multiple options to be passed to mysql-test-run.
2000-12-22 16:09:10 +02:00
serg@serg.mysql.com
74d4eb53a0 sql_show.cc added RAID_* options to SHOW CREATE output 2000-12-22 12:25:49 +01:00
tim@cane.mysql.fi
7e3fd8ce79 Merge work.mysql.com:/home/bk/mysql
into cane.mysql.fi:/usr/home/tim/my/work
2000-12-21 12:00:09 +02:00
tim@cane.mysql.fi
6ea6978847 Test replace on all table types.
Test delete from BDB table using hidden primary key.
2000-12-21 11:58:02 +02:00
tim@cane.mysql.fi
57b5476aeb Makefile bug fixes. 2000-12-21 11:56:43 +02:00
tim@cane.mysql.fi
9a29f1f7a5 Compatibility fix for BSDi.
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes
use socklen_t *.
2000-12-21 11:54:08 +02:00
sasha@mysql.sashanet.com
45d537d580 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-20 07:17:10 -07:00
sasha@mysql.sashanet.com
a3e3b04f2a fixed up rpl000014
undid bug in ENCRYPT() - will push this now
added a test case for ENCRYPT()
2000-12-20 07:15:49 -07:00
serg@serg.mysql.com
f9c2560f13 Merge 2000-12-20 13:41:22 +01:00
serg@serg.mysql.com
9eea24708c mysql-test-run.sh expr substr -> echo | cut 2000-12-20 13:39:27 +01:00
serg@serg.mysql.com
94b9b751f6 sql_select.cc Disables quick_select for JT_FT
filesort.cc	Temporary fix for FULLTEXT index removed
2000-12-20 12:51:00 +01:00
jcole@tetra.spaceapes.com
0a7dfd01d6 A whole bunch of fixes and updates to the manual. 2000-12-20 04:15:53 -06: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
sasha@mysql.sashanet.com
e0f3ef911c Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-19 18:03:24 -07:00
sasha@mysql.sashanet.com
2c2c9c9fd5 sql/mysqld.cc
small fixes in backtrace code
2000-12-19 18:02:25 -07:00
sasha@mysql.sashanet.com
abd31b570e fixes for backtracing, still will not push, just a local commit 2000-12-19 07:56:24 -07:00
tim@cane.mysql.fi
4656daa6e4 Pass arguements to the build script on to configure. 2000-12-18 23:55:47 +02:00
tim@cane.mysql.fi
27bb086348 Merge work.mysql.com:/home/bk/mysql
into cane.mysql.fi:/usr/home/tim/my/work
2000-12-18 23:52:57 +02:00
tim@cane.mysql.fi
1154dace3f Merge 2000-12-18 23:34:51 +02:00
monty@donna.mysql.com
11f7fd10f0 erge with 4.0 + updates for column types 2000-12-18 23:29:52 +02:00
tim@cane.mysql.fi
70d4d0bae6 Ignore Berkeley DB directory. 2000-12-18 23:25:27 +02:00
tim@cane.mysql.fi
34efa902b0 - cleaned up BUILD scripts
- consolidate common functionality into one place
    - make them detect gmake/make
2000-12-18 23:24:19 +02:00
tim@cane.mysql.fi
5fdf032769 Added SHOW OPEN TABLES. Thanks to Antony T Curtis <antony@abacus.co.uk>
for the code.
2000-12-18 23:22:20 +02:00
sasha@mysql.sashanet.com
eccd463bd2 fixed logging bug in generate_table()
added message on all segfaults, and numeric backtrace of Linux i386
introduced a bug into ENCRYPT() to test backtrace - will clean up
before push, but need this commit locally to pull on slave repositories
to do further testing
2000-12-18 11:09:45 -07:00
monty@donna.mysql.com
8dc9ddf977 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2000-12-18 19:06:10 +02:00
jani@prima.mysql.fi
e63aa638a9 Merge work:/home/bk/mysql into prima.mysql.fi:/home/my/bk/mysql 2000-12-18 19:06:09 +02:00
monty@donna.mysql.com
2f632fd151 removed old benchmarks + marked old files as gone 2000-12-18 16:33:25 +02:00
monty@donna.mysql.com
155823ad51 Lots of new benchmark runs
Remember filename for temporary files created with mkstemp
Fixed wrongly allocated BDB share structure
Cleanups for SunPRO
2000-12-18 16:09:19 +02:00
mwagner@evoq.home.mwagner.org
f11d5c837d manual.texi Contrib API entry. 2000-12-17 05:15:32 -06:00
mwagner@evoq.home.mwagner.org
bfdc1b24e8 Merge work:/home/bk/mysql
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
2000-12-17 05:05:47 -06:00
monty@donna.mysql.com
5cce198b69 Fixed error when copying mysqld_multi
Fixes for mysql-test
Fixed race condition in SHOW LOGS
2000-12-16 23:41:45 +02:00
mwagner@evoq.home.mwagner.org
83ee278da0 Merge work:/home/bk/mysql
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
2000-12-16 12:30:54 -06:00
mwagner@evoq.home.mwagner.org
df06235e89 2000-12-16 12:28:19 -06:00
monty@donna.mysql.com
bed1668e23 Backed out the new LARGEFILE patch as it broked several things 2000-12-16 14:26:00 +02:00
jani@prima.mysql.fi
8594820fd6 New version of mail_to_db.pl 2000-12-16 05:56:46 +02:00
monty@donna.mysql.com
f9dcc70932 configure fix to get Linux to work with new large file system detection 2000-12-16 04:35:17 +02:00