Commit graph

358 commits

Author SHA1 Message Date
mwagner@evoq.home.mwagner.org
77ce347cd5 manual.texi Contrib entry. 2000-12-24 09:19:43 -06: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
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
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
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
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
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
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
monty@donna.mysql.com
2e83820b0f Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2000-12-16 01:19:53 +02:00
monty@donna.mysql.com
18f7b7b678 Configure updates
Fixed my_print_defaults --no-defaults
2000-12-16 01:17:13 +02:00
jcole@tetra.spaceapes.com
56ba98f511 Updated references to 3.23 as "beta" to "Gamma" in the manual. 2000-12-15 10:20:25 -06:00
monty@donna.mysql.com
b58d92652b merge 2000-12-15 16:18:00 +02:00
monty@donna.mysql.com
3ea85078dc Fixed <=>
Added mysqltest for <=>
Removed use of TAB in output from mysql-test-run
2000-12-15 16:12:31 +02:00
tim@cane.mysql.fi
ea2d545e9f manual.texi - fix typo 2000-12-15 13:29:32 +02:00
tim@cane.mysql.fi
77785a60b3 Update News about SHOW LOGS. 2000-12-15 13:23:55 +02:00
tim@cane.mysql.fi
7bff1dd4db Add SHOW LOGS command. 2000-12-15 13:18:52 +02:00
monty@tik.mysql.com
4a99b428ed Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql 2000-12-15 11:09:15 +02:00
monty@tik.mysql.com
b186b4f27a Fixed that LPAD() and RPAD() cuts arguments
New test for string functions
2000-12-15 10:58:17 +02:00
monty@work.mysql.com
e1c55775e5 mysql.spec.sh Don't install BDB
Do-patch-file	Update for new web structure
Makefile.am	Added dependency for manual_toc.html
Makefile.am	Replaced chmod with RM to avoid error message
2000-12-13 12:43:45 +01:00
paul@central.snake.net
62f5caa60d manual.texi minor wording change in LOAD DATA section 2000-12-12 17:27:36 -06:00
monty@donna.mysql.com
10693572ed Fixed delete in tables with hidden primary key
Remove not used BDB logs on shutdown
Don't give warnings for repair on slaves
Fixed transaction log files
2000-12-12 04:34:56 +02:00
monty@donna.mysql.com
1e56deab97 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2000-12-10 21:12:12 +02:00
monty@donna.mysql.com
0efb424e48 Bugfix when using a multi-part unique key in the SET and WHERE part
Put PRIMARY KEY and UNIQUE keys before other keys
Fixes for auto_increment keys for BDB tables
2000-12-10 21:10:03 +02:00
sasha@mysql.sashanet.com
b36c387f4f Docs/manual.texi
updates for the test suite
Docs/Support/test-make-manual
    abort with a message if a utility fails
    open the manual in a browser on success
2000-12-09 09:30:54 -07: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
jani@prima.mysql.fi
cc51218c97 Added documentation. 2000-12-08 14:18:08 +02:00
jani@prima.mysql.com
8ce6b647ac Added documentation about the mysql client. 2000-12-07 18:04:08 +02:00
jani@prima.mysql.com
b45f7e7c23 Changed name mysql_multi_mysqld to mysqld_multi. 2000-12-07 15:57:58 +02:00
jani@prima.mysql.com
1ac188364b Added documentation about mysql_multi_mysqld. 2000-12-07 15:27:00 +02:00
monty@donna.mysql.com
330a30a88b Fix compilation bugs 2000-12-07 15:02:12 +02:00
monty@donna.mysql.com
7f8ee99d8c merge 2000-12-07 14:38:07 +02:00
jani@prima.mysql.com
110a5f2d3a Merge 2000-12-07 14:26:29 +02:00
jani@prima.mysql.com
16a833a2a9 Bug fix, max_heap_table_size variable was not used. 2000-12-07 14:17:07 +02:00
monty@donna.mysql.com
87d9388e52 Only write full transactions to binary log
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
2000-12-07 14:08:48 +02:00
jani@janikt.pp.saunalahti.fi
3b3bdf7fed Added a new client, mysql_multi_mysqld and documentation about it. 2000-12-07 03:09:24 +02:00
paul@central.snake.net
68bd2df790 manual.texi cleanups for recent change notes. 2000-12-06 16:47:02 -06:00
paul@central.snake.net
eff3eb827e resolve merge problem 2000-12-06 16:39:43 -06: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
jcole@tetra.spaceapes.com
06ffce9338 A few grammatical changes to manual.texi 2000-12-06 12:30:08 -06:00
monty@donna.mysql.com
a5c75df390 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2000-12-06 01:55:17 +02:00
monty@donna.mysql.com
3666dab516 Added innobase handler files + other updates for innobase 2000-12-06 01:54:17 +02:00
serg@serg.mysql.com
263811a474 Merge 2000-12-05 23:41:52 +01:00
monty@narttu.mysql.fi
4d2076be87 Added innobase handler files
Change that handler gets file names in native format
2000-12-05 19:42:02 +02:00
sasha@mysql.sashanet.com
4ed276a4fe fixed typo in the manual 2000-12-05 10:03:30 -07:00