Commit graph

1052 commits

Author SHA1 Message Date
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
sasha@mysql.sashanet.com
2517966c7b Changes to make it compile again 2001-03-22 11:31:43 -07:00
mikef@nslinuxw4.bedford.progress.com
37217bc996 acinclude.m4 Removed redundant Gemini check section 2001-03-22 09:21:54 -05:00
mikef@nslinux.bedford.progress.com
d145a6b97e Add support for Gemini table handler, Monty has checked and approved
Fix bug when read return error
2001-03-21 15:34:16 -05: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
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
heikki@donna.mysql.fi
a1e6710b96 buf0buf.c Fixed a race condition in buf0lru and btr0sea which could corrupt the LRU list
buf0lru.c	Fixed a race condition in buf0lru and btr0sea which could corrupt the LRU list
2001-03-16 00:22:21 +02:00
jani@hynda.mysql.fi
9d0e3f30d9 Updated manual. 2001-03-15 15:00:39 +02: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
monty@donna.mysql.fi
1bd0d416b2 merge 2001-03-15 00:30:32 +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
tim@threads.polyesthetic.msg
85015ebfbe Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-03-05 14:32:51 -05:00
tim@work.mysql.com
639a1069d3 Add --just-configure (-c) option to BUILD scripts. 2001-03-04 22:34:26 +01:00
tim@threads.polyesthetic.msg
fd45aed782 Fix minor typos (not bugs). 2001-03-04 15:05:20 -05: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
jcole@tetra.spaceapes.com
d87f499820 Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-03-02 05:05:06 -06:00
jcole@tetra.spaceapes.com
ab60ef6d81 Fixed a bug that allowed:
SET @foo=bar;

This would cause a deadlock in mysqld, it now generates the error:
ER_SET_CONSTANTS_ONLY as follows:

mysql> set @foo=bar;
ERROR 1204: You may only use constant expressions with SET
2001-03-02 05:03:18 -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
00c87c1bc7 sql/slave.cc
merged
2001-02-26 22:32:06 -07:00
serg@serg.mysql.com
689273affc Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-02-23 22:47:28 +01:00
heikki@donna.mysql.fi
9ac867fd08 Merge work.mysql.com:/home/bk/mysql
into donna.mysql.fi:/home/heikki/mysql
2001-02-23 16:37:49 +02:00
mwagner@evoq.mwagner.org
34de768234 post-commit Added List-ID: header for easier filtering. 2001-02-22 14:49:08 -06:00
heikki@donna.mysql.fi
2e182804dd btr0btr.c Testing bitkeeper 2001-02-22 20:36:56 +02:00
jcole@tetra.spaceapes.com
30b1fd0d53 Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-02-21 23:38:14 -06:00
monty@donna.mysql.fi
1c298277f9 Fixes for innobase
Added test for ALTER TABLE ORDER BY
2001-02-21 14:16:00 +02:00
tim@donna.mysql.com
9427621409 Merge donna.mysql.com:/home/my/bk/mysql
into donna.mysql.com:/home/tim/my/work
2001-02-20 23:28:56 +02:00
jcole@tetra.spaceapes.com
ccdd8bbb24 Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-02-16 15:47:37 -06:00
jcole@tetra.spaceapes.com
8c80289adb COM_TABLE_DUMP and COM_BINLOG_DUMP are no longer erroneously logged
to the slow query log.
2001-02-16 15:46:52 -06:00
mwagner@evoq.mwagner.org
68895278e4 logging_ok Fixed logging after tfr. 2001-02-13 01:28:30 -06:00
tfr@coyote.emotion.ee
8a0516ad06 Merge 2001-02-13 08:58:32 +02:00
tfr@coyote.emotion.ee
06aad9c709 logging_ok Logging to logging@openlogging.org accepted 2001-02-13 08:53:47 +02:00
mwagner@evoq.mwagner.org
172dfa446e manual.texi Typo fix. 2001-02-12 23:42:49 -06:00
tim@threads.polyesthetic.msg
f1cf7077a4 Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-02-01 20:50:17 -05:00
tim@threads.polyesthetic.msg
1bf2ae118c Add --just-print and --help options to BUILD/compile-* scripts. 2001-01-30 20:43:16 -05:00
tim@work.mysql.com
acd45847ac Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/d1/users/tim/my/work
2001-01-29 20:14:29 +01:00
monty@donna.mysql.com
af307c747e Removed Results-linux as this changes too much and is not important
to keep in a repository
2001-01-29 13:58:27 +02:00
serg@serg.mysql.com
8efd73dc2b Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-01-28 13:22:45 +01:00
serg@serg.mysql.com
802fc0a054 logging_ok Logging to logging@openlogging.org accepted
mi_check.c	fix for empty FULLTEXT index
manual.texi	fulltext finetuning 50% limit issue modified
2001-01-27 13:32:29 +01:00
tim@work.mysql.com
716dda388b Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/d1/users/tim/my/work
2001-01-23 00:03:07 +01:00
tim@work.mysql.com
a078b1431c errmsg.c fix copyright notice 2001-01-22 14:46:26 +01:00
monty@work.mysql.com
bc56e3264d Updates from 3.23.30 2001-01-21 16:38:36 +01:00
monty@donna.mysql.com
6f3984bb64 Merge 2001-01-21 16:33:39 +02:00
paul@central.snake.net
2f940e037d manual.texi edit recent change notes 2001-01-20 13:11:38 -06:00
jcole@tetra.spaceapes.com
79b5316df5 Default table type explained. 2001-01-20 03:11:32 -06:00
serg@donna.mysql.com
f433ec1247 ha_myisam.cc magic removed
ha_myisam.h	magic removed
2001-01-19 20:25:27 +02:00
monty@donna.mysql.com
efb0dad5a8 merge 2001-01-19 05:08:59 +02:00