sasha@mysql.sashanet.com
2531f38803
added test case for the nasty join query crash
2001-03-23 21:56:18 -07: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
5c497ccf2f
Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
2001-03-23 20:40:31 +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
sasha@mysql.sashanet.com
cb8962ac80
fixed bug on re-open of temp tables after FLUSH in the middle of open
...
added flush test case, but had to comment the fun part out because it
does not work for some reason - will investigate why.
2001-03-22 20:04:59 -07: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
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
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
c36f4fd0c2
Added tests if a user variable is changed in the same query.
2001-03-15 11:55:44 +02: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
66ba6da014
Fixed CLIENT_TRANSACTIONS define
...
Fixed bug in SHOW VARIABLES when using innobase tables
2001-03-14 23:12:15 +02:00
jcole@abel.spaceapes.com
84999eb5e2
Reversed SQL_ANSI_MODE per Monty's request.
2001-03-14 07:15:45 -06:00
jcole@tetra.spaceapes.com
fef4e75287
Merge work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2001-03-14 01:49:02 -06:00
jcole@tetra.spaceapes.com
1b9ce04050
Moved state_map copying to THD::THD().
2001-03-14 01:18:16 -06:00
sasha@mysql.sashanet.com
0dd0d88e8f
changed signal by fd close to signal by vio_close
...
added support for kill expr
fixed coredump in set @a := foo;
added testcase for user_var
added testcase for kill
2001-03-13 23:07:12 -07:00
serg@serg.mysql.com
555430819d
mysql-test/r/order_by.result fixed for new test
...
sql/field.cc ORDER BY bug fixed
2001-03-13 13:30:12 +01:00
serg@serg.mysql.com
97fc1cc32b
sql_lex.cc per-thread state_map temporarily disabled
...
mysql-test-run.sh PATH corrected
2001-03-13 12:54:43 +01: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
sasha@mysql.sashanet.com
a2b6410965
untested changes to close socket on slave stop for OS's that do not
...
interrupt I/O after thr_alarm_kill()
test case for order by desc coredump
2001-03-12 20:17:32 -07:00
jcole@tetra.spaceapes.com
a855617f36
Added SQL_ANSI_MODE.
2001-03-12 18:16:30 -06:00
monty@donna.mysql.fi
26a8c8b823
Optimization of delete with record cache (for MyISAM tables)
...
Added missing files for innobase to the distribution
2001-03-11 23:09:09 +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
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
32d403f087
Fixed bug in INSERT DELAYED when INSERT generated an error
2001-03-08 21:49:15 +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
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
heikki@donna.mysql.fi
aba6b59b28
ha_innobase.cc Fix a bug in removal of trailing spaces of binary varchar strings, fix a bug in REPLACE
2001-03-07 19:43:46 +02:00
monty@donna.mysql.fi
becf27e6db
Removed duplicated index_init() calls that causes problems with BDB
...
tables.
Merged maxsql.spec with mysql.spec
2001-03-07 14:06:39 +02:00
monty@donna.mysql.fi
d2b0512942
Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-03-06 20:39:10 +02: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
heikki@donna.mysql.fi
0ba8d3efd2
trx0trx.h Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
...
row0ins.c Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
row0mysql.c Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
row0mysql.h Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
ha_innobase.cc Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
2001-03-06 19:45:10 +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
tim@threads.polyesthetic.msg
4842d3da6b
Fix rare infinite loop in make_join_statistics(). Thanks to
...
Paul Cadach <paul@odt.east.telecom.kz> for the code.
See Message-ID: <000a01c0a022$c0b910a0$b78313d4@private3se6v3w>
on internals@lists.mysql.com .
2001-03-04 15:09:15 -05:00
tim@threads.polyesthetic.msg
fd45aed782
Fix minor typos (not bugs).
2001-03-04 15:05:20 -05:00
monty@donna.mysql.fi
d325a2c907
Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-03-03 03:03:36 +02: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
heikki@donna.mysql.fi
3abaff79ce
row0sel.c Removes now trailing spaces from varchars
...
srv0start.c Removes now trailing spaces from varchars
row0mysql.ic Removes now trailing spaces from varchars
ha_innobase.cc Removes now trailing spaces from varchars
2001-03-02 19:07:29 +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
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
1cca44ab11
Merge
2001-03-01 21:04:36 +01:00
sasha@mysql.sashanet.com
1ba4739037
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-01 11:49:45 -07:00
sasha@mysql.sashanet.com
bc52b4a280
text/blob fields in some cases were not handled properly
2001-03-01 11:49:06 -07:00
heikki@donna.mysql.fi
ba822b8f10
ha_innobase.cc Fixed a bug in ha_innobase.cc in auto_increment
2001-03-01 19:43:29 +02:00
serg@serg.mysql.com
444cd700a6
sql_select.cc MATCH ... AGAINST (NULL) bug fixed
...
item_func.cc MATCH ... AGAINST (NULL) bug fixed
fulltext.test MATCH ... AGAINST (NULL) bug fixed
fulltext.result MATCH ... AGAINST (NULL) bug fixed
2001-02-28 11:43:08 +01: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