Commit graph

560 commits

Author SHA1 Message Date
jcole@abel.spaceapes.com
709501b9ce Made the manual pretty in HTMLHELP format.
Reorganized and renamed the API chapter.
2001-03-30 16:26:51 -06:00
monty@donna.mysql.fi
1a077f4a55 Let ALTER TABLE and LOAD DATA INFILE use sorting to create index
Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
2001-03-28 04:16:04 +03:00
monty@donna.mysql.fi
e5da9a96de Fixed bug in lock tables introduced by shared locks.
New lock test
2001-03-27 13:05:48 +03:00
monty@donna.mysql.fi
dab74107ab Fix a crash in Innobase with tables with many columns and a range query
Removed all Attic directories.
2001-03-26 16:49:11 +03:00
monty@donna.mysql.fi
2ff0334c23 Fixed problem with Innobase and signals on Solaris 2001-03-26 02:01:05 +03:00
monty@donna.mysql.fi
76e59081a0 Updating changelog 2001-03-25 13:19:05 +03:00
monty@donna.mysql.fi
5487d7a8c0 Fixed bug in send in mysqltest
Removed usage of @r/result as this made life hard when testing different
table handlers.
Allow concurrent inserts if no update/binary log.
Don't remove key_cache at flush tables.
Fixed bug in SELECT DISTINCT SUM()...
2001-03-25 01:02:26 +02:00
monty@donna.mysql.fi
176147cd31 Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-24 20:15:43 +02:00
monty@donna.mysql.fi
aa11573380 Added defines for fast mutex in glibc 2.2 (should be safe)
Fixed crash in SELECT DISTINCT SUM(...)
Fix return value of mysortncmp() for innobase
Fix join_crash bug
2001-03-24 20:15:14 +02:00
serg@serg.mysql.com
faa63c5013 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-03-24 16:21:41 +01:00
mwagner@evoq.mwagner.org
7a6a93b227 manual.texi Fix up. 2001-03-23 16:42:34 -06:00
mwagner@evoq.mwagner.org
3e59099f51 manual.texi One more mirror. 2001-03-23 14:24:40 -06:00
mwagner@evoq.mwagner.org
5d8c6b5fd2 manual.texi Mirror listing maintenance. 2001-03-23 14:13:39 -06:00
monty@tik.mysql.fi
bdb822ef49 Fixed bug with FLUSH TABLES when using temporary tables 2001-03-23 21:16:57 +02:00
monty@tik.mysql.fi
3099c54d94 Test case for bug when updating on key
Fixed bug in CONCAT_WS()
Print the default ISOLATION level.
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
2001-03-23 20:38:42 +02:00
monty@tik.mysql.fi
3c48448042 Split setup_fields to setup_tables and setup_fields
Fixed problem with UPDATE TABLE when keys wheren't always used.
2001-03-21 20:13:46 +02:00
serg@serg.mysql.com
edba53f3b9 bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
monty@tik.mysql.fi
6f9a73a1ba Added isolation levels
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
2001-03-21 01:02:22 +02:00
monty@donna.mysql.fi
ef75476c67 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-16 14:23:08 +02:00
monty@donna.mysql.fi
e2d8599cb5 Update information about MyISAM files 2001-03-16 14:01:02 +02:00
paul@central.snake.net
b28e946288 manual.texi added clarification on LOAD DATA section on handling
manual.texi	of empty fields; minor changes to recent change
manual.texi	notes.
2001-03-15 22:16:17 -06:00
monty@donna.mysql.fi
6f5188d710 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-16 02:43:51 +02:00
monty@donna.mysql.fi
a7998f825b Added new item to Access denied 2001-03-16 02:43:20 +02:00
jani@hynda.mysql.fi
9d0e3f30d9 Updated manual. 2001-03-15 15:00:39 +02:00
monty@donna.mysql.fi
2955fb17e2 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-15 13:54:01 +02:00
monty@donna.mysql.fi
2aa2255c04 Improved ANALYZE TABLE a bit for small tables. 2001-03-15 13:36:14 +02:00
monty@donna.mysql.fi
c36f4fd0c2 Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +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