Commit graph

534 commits

Author SHA1 Message Date
jani@hynda.mysql.fi
9d0e3f30d9 Updated manual. 2001-03-15 15:00:39 +02:00
sasha@mysql.sashanet.com
c28eda4817 Docs/manual.texi
clean-up/update of Linux-Notes
2001-03-14 22:17:31 -07:00
paul@central.snake.net
6f2b87eff1 Merge work.mysql.com:/home/bk/mysql
into central.snake.net:/home/paul/mysql
2001-03-14 20:09:54 -06:00
paul@central.snake.net
13c82f1e80 manual.texi mods to recent change notes 2001-03-14 20:08:19 -06:00
monty@donna.mysql.fi
d0722d73b0 Added fix for using variables with distinct 2001-03-15 03:55:48 +02:00
monty@donna.mysql.fi
1bd0d416b2 merge 2001-03-15 00:30:32 +02:00
monty@tik.mysql.fi
c36b47eeb5 Merge donna:/my/mysql into tik.mysql.fi:/home/my/mysql 2001-03-15 00:10:52 +02:00
monty@donna.mysql.fi
bb550cc98e Updated changelog 2001-03-15 00:10:51 +02:00
monty@tik.mysql.fi
66ba6da014 Fixed CLIENT_TRANSACTIONS define
Fixed bug in SHOW VARIABLES when using innobase tables
2001-03-14 23:12:15 +02:00
paul@central.snake.net
662c7fdf3a Merge 2001-03-14 12:30:58 -06:00
jcole@abel.spaceapes.com
84999eb5e2 Reversed SQL_ANSI_MODE per Monty's request. 2001-03-14 07:15:45 -06:00
mwagner@evoq.mwagner.org
61e33ebe17 manual.texi Typo fix. Added mirror in Ukraine.
manual.texi	Updated Mascon entry to new version.
2001-03-13 00:43:07 -06:00
sasha@mysql.sashanet.com
e8e1e88335 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-12 20:18:16 -07:00
jcole@tetra.spaceapes.com
a855617f36 Added SQL_ANSI_MODE. 2001-03-12 18:16:30 -06:00
sasha@mysql.sashanet.com
ad8f2810f6 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-12 10:28:13 -07:00
monty@donna.mysql.fi
2505d667c7 Fixes for compiling innobase 2001-03-12 01:13:07 +02:00
monty@donna.mysql.fi
5985de2db5 Added new tests to benchmark suite 2001-03-11 21:20:15 +02:00
monty@donna.mysql.fi
c1402e2d5c Fixed bug in MAX() optimizing for BDB tables 2001-03-10 17:05:10 +02:00
sasha@mysql.sashanet.com
80b7f10027 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-09 22:22:04 -07:00
monty@donna.mysql.fi
267c8760cb Fixed wrong option in mysql_install_db
Added delayed_user for delayed_threads
Don't use record cache when doing deletes
2001-03-09 03:38:18 +02:00
monty@donna.mysql.fi
2104405904 Added documentation about mysql-test-run 2001-03-08 22:27:43 +02:00
monty@donna.mysql.fi
4de3484189 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-08 21:49:57 +02:00
monty@donna.mysql.fi
32d403f087 Fixed bug in INSERT DELAYED when INSERT generated an error 2001-03-08 21:49:15 +02:00
sasha@mysql.sashanet.com
7e3cb5faed Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-08 09:59:56 -07:00
monty@donna.mysql.fi
b947bc4aed Added documentation about GEMINI tables 2001-03-08 17:44:30 +02:00
heikki@donna.mysql.fi
c099600ec5 manual.texi Note about DROP DATABASE and Innobase website to the manual 2001-03-08 17:14:04 +02:00
monty@donna.mysql.fi
cb3dfd8252 Changed --with-innobase-db to --with-innobase
Updated manual about INNOBASE and BDB
2001-03-08 03:15:54 +02:00
monty@donna.mysql.fi
76d8749a4e Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-07 23:59:26 +02:00
mwagner@evoq.mwagner.org
6decfd4259 Merge work:/home/bk/mysql
into evoq.mwagner.org:/opt/local/x1/work/bk/mysql
2001-03-07 15:59:25 -06:00
mwagner@evoq.mwagner.org
ed5397354b manual.texi Added entry to contrib section. 2001-03-07 15:59:01 -06:00
monty@donna.mysql.fi
98c70da357 Fixed test cases for innobase
Fixed bug introduced with last ORDER BY optimization
Changed log position to longlong to avoid warnings.
2001-03-07 23:50:44 +02:00
tim@threads.polyesthetic.msg
f74ffcca0c Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-03-07 16:35:44 -05:00
tim@threads.polyesthetic.msg
496542f291 Changes so that 'make distcheck' works with Berkeley DB. 2001-03-07 16:34:42 -05:00
monty@donna.mysql.fi
e829e96dbc Patch from sleepycat to fix problem with BDB and log files
Print full command name to log files
Convert table type to supported onces on ALTER TABLE
2001-03-06 20:38:53 +02:00
monty@donna.mysql.fi
f1b9242dc8 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-06 15:26:13 +02:00
monty@donna.mysql.fi
bda3e09935 Merged some functions and removed some unused client functions.
Remember UNION for ALTER TABLE
Added test for if we are supporting transactions.
Don't allow REPLACE to replace a row when we have generated an auto_increment key
Fixed bug when using BLOB keys
Fixed bug in SET @variable=user.
2001-03-06 15:24:08 +02:00
sasha@mysql.sashanet.com
7a6ce8ad8a Docs/manual.texi
updates for access to 4.0 repository
2001-03-05 17:28:26 -07:00
tim@threads.polyesthetic.msg
fd45aed782 Fix minor typos (not bugs). 2001-03-04 15:05:20 -05:00
monty@donna.mysql.fi
5ccbbd83f2 Fixes for innobase usage
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
2001-03-03 03:03:12 +02:00
monty@donna.mysql.fi
f2d31048eb Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-02 15:06:27 +02:00
monty@donna.mysql.fi
74708eb4a0 Avoid table scans when using DELETE on a table on which no SELECT has been done. 2001-03-02 15:05:12 +02:00
jcole@tetra.spaceapes.com
37ee19150d Added ChangeLog entry about the SET bug. 2001-03-02 05:17:25 -06:00
serg@serg.mysql.com
ebf34516c9 manual.texi ``short'' TIME values issue clarified 2001-03-01 22:46:35 +01:00
serg@serg.mysql.com
1cca44ab11 Merge 2001-03-01 21:04:36 +01:00
mwagner@evoq.mwagner.org
21c601760c manual.texi Mirror maintenance. 2001-03-01 02:21:45 -06:00
mwagner@evoq.mwagner.org
9c96f172b5 test-make-manual Fixed so that manual.html isn't cleaned up before it is viewed in the running $BROWSER.
manual.texi	Added MyODBC patch to contrib section.
2001-02-28 21:04:08 -06:00
serg@serg.mysql.com
9ee11094db Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-02-28 09:51:41 +01:00
sasha@mysql.sashanet.com
62db48e4b8 Docs/manual.texi
update for the fix
sql/slave.cc
    re-merged Jeremy's message changes, got the code to compile and run again
    after a mess-up in the merge
2001-02-26 23:09:53 -07:00
serg@serg.mysql.com
375be6d598 manual.texi fixed chown issue 2001-02-26 10:25:19 +01:00
monty@donna.mysql.fi
1c298277f9 Fixes for innobase
Added test for ALTER TABLE ORDER BY
2001-02-21 14:16:00 +02:00