unknown
a46e0cbb89
Merge work:/home/bk/mysql-4.1
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2002-10-25 14:18:30 +00:00
unknown
ac9445a7ae
full support for HA_READ_PREFIX_LAST_OR_PREV in ISAM
2002-10-25 14:16:52 +00:00
unknown
14e6526a0b
support for HA_READ_PREFIX_LAST_OR_PREV in headres
...
full support for HA_READ_PREFIX_LAST_OR_PREV in MyISAM
protected by #if NOT_IMPLEMENTED_YET in opt_range.cc as not all table handlers support it
BitKeeper/etc/ignore:
Added configure.lineno innobase/configure.lineno innobase/stamp-h1 myisam/rt_test.MYD myisam/rt_test.MYI stamp-h1 to the ignore list
include/my_base.h:
support for HA_READ_PREFIX_LAST_OR_PREV
myisam/mi_search.c:
full support of HA_READ_PREFIX_LAST_OR_PREV in MyISAM
myisam/mi_static.c:
full support of HA_READ_PREFIX_LAST_OR_PREV in MyISAM
sql/opt_range.cc:
support for HA_READ_PREFIX_LAST_OR_PREV
protected by #if NOT_IMPLEMENTED_YET, not all table handlers support it
sql/sql_handler.cc:
support for HA_READ_PREFIX_LAST_OR_PREV
2002-10-25 14:09:47 +00:00
unknown
235068a164
ENUM/SET fields now have charset too
2002-10-25 15:08:47 +05:00
unknown
0525cf47cb
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
sql/item_func.cc:
Auto merged
sql/sql_class.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
2002-10-25 13:59:08 +05:00
unknown
e823751548
BINARY charset is now used instead of binary_flag
2002-10-25 13:58:32 +05:00
unknown
347e9de041
cp1251.conf:
...
unicode mapping
sql/share/charsets/cp1251.conf:
unicode mapping
2002-10-25 12:10:39 +05:00
unknown
cbb466e1b6
Added missing case for Rand_log_event to Log_event::get_type_str()
2002-10-24 20:20:37 -06:00
unknown
eb67ad313b
Merge nleippe@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/nick/mysql/repository/mysql-4.1
sql/sql_yacc.yy:
Auto merged
2002-10-24 18:42:34 -06:00
unknown
d172cc9aa0
changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS
2002-10-24 18:32:42 -06:00
unknown
458ced9f34
altered syntax from SLAVE START|STOP to START|STOP SLAVE
...
mysql-test/mysql-test-run.sh:
Added --rpl option which tests all t/rpl*.test tests.
2002-10-24 17:46:14 -06:00
unknown
27d11e85b2
Added Rand_log_event
2002-10-24 16:48:34 -06:00
unknown
9bb3936f37
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2002-10-25 01:50:12 +05:00
unknown
80450104f5
Index:
...
removed "depriciated" as requested by salle
sql/share/charsets/Index:
removed "depriciated" as requested by salle
2002-10-25 01:49:34 +05:00
unknown
171ac60fe1
Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()
2002-10-24 14:33:24 -06:00
unknown
df386d9dd1
Merge akishkin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/walrus/bk/mysql-4.1
BitKeeper/etc/gone:
auto-union
BitKeeper/etc/logging_ok:
auto-union
BitKeeper/deleted/.del-skipkeys~f5da09929db24167:
'Auto converge rename'
2002-10-24 23:29:55 +06:00
unknown
75c076ed77
BK automatic LOD removal.
...
BitKeeper/etc/skipkeys:
auto add
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-10-24 23:19:14 +06:00
unknown
372b26e778
In database/table charset the keyword DEFAULT is now optional,
...
and CHARSET is now the same with CHARACTER SET:
CREATE DATABASE name
[DEFAULT] {CHAR SET | CHARACTER SET | CHARSET} csname
CREATE TABLE (...) [DEFAULT] {CHARSET | CHARACTER SET | CHAR SET} [=] csname
To Paul and Arjen:
However this should be recommended in db option to conform SQL99:
CREATE DATABASE dbname DEFAULT CHARACTER SET csname
In table option there is no SQL99 recommended syntax as far as
table charset is MySQL extension.
2002-10-24 14:22:42 +05:00
unknown
ad25c3b99f
Merge lgrimmer@work.mysql.com:/home/bk/mysql
...
into mysql.com:/space/my/mysql-3.23
2002-10-24 08:53:27 +02:00
unknown
fda6d203b2
Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23
2002-10-24 01:36:58 +03:00
unknown
68a5932ab2
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-10-23 22:33:32 +00:00
unknown
7a8e330f3b
Fixed problem with BDB tables and ALTER TABLE
...
Docs/manual.texi:
ChangeLog
mysql-test/t/bdb-crash.test:
Don't run test if BDB is not configured
sql/sql_base.cc:
Added free on error
2002-10-24 01:29:29 +03:00
unknown
0f5e43820c
less restrictive test for max key length in mi_create
2002-10-23 22:14:59 +00:00
unknown
f4a3b1d903
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-distinct-4.1
2002-10-23 23:40:17 +03:00
unknown
4aef286296
fixed DISTINCT in subselect bug
...
small Item_ref fix
mysql-test/r/subselect.result:
DISTINCT in subselect test
mysql-test/t/subselect.test:
DISTINCT in subselect test
sql/sql_class.cc:
fixed DISTINCT in subselect bug
2002-10-23 23:36:11 +03:00
unknown
7e9e371565
Do-compile fixes:
...
- fixed essential piece missing from last merge with 3.23 tree
(InnoDB option)
- Added "autoextend" parameter to InnoDB startup options to be able
to pass the full sql-bench run without hitting an "table space full"
error
Build-tools/Do-compile:
- fixed essential piece missing from last merge with 3.23 tree
(InnoDB option)
- Added "autoextend" parameter to InnoDB startup options to be able
to pass the full sql-bench run without hitting an "table space full"
error
2002-10-23 21:39:59 +02:00
unknown
19879ad149
- Fix for Do-compile: Enable InnoDB to autoextend the table space if
...
necessary (required to actually pass the sql-bench without aborting
with "table space full")
Build-tools/Do-compile:
- Enable InnoDB to autoextend the table space if necessary (required to
actually pass the sql-bench without aborting with "table space full")
2002-10-23 21:29:01 +02:00
unknown
020e3bd713
All these syntaxes now work:
...
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000;
CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
CREATE TABLE a (...) TYPE isam, CHARSET latin1, MAX_ROWS 1000;
CREATE TABLE a (...) TYPE=isam, CHARSET=latin1, MAX_ROWS=1000;
2002-10-23 19:18:54 +05:00
unknown
636975db57
Both syntaxes are now working:
...
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000;
CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
2002-10-23 18:43:59 +05:00
unknown
b75c3dac19
Preparing to use my_charset_bin instead of binary_flag
2002-10-23 18:20:45 +05:00
unknown
efe61a86bf
ctype-bin.c:
...
max_sort_char is 255 for binary
strings/ctype-bin.c:
max_sort_char is 255 for binary
2002-10-23 16:06:04 +05:00
unknown
867de11ef8
sql_yacc.yy:
...
character set binary didn't work
sql/sql_yacc.yy:
character set binary didn't work
2002-10-23 16:00:48 +05:00
unknown
60e774790b
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
2002-10-23 15:41:26 +05:00
unknown
426cb615a6
ctype.c, Makefile.am, Makefile.shared:
...
binary charset
ctype-bin.c:
new file
libmysql/Makefile.shared:
binary charset
strings/Makefile.am:
binary charset
strings/ctype.c:
binary charset
2002-10-23 15:40:22 +05:00
unknown
387f11d09a
binary charset
2002-10-23 15:39:41 +05:00
unknown
8531d74e3b
New cp1256 charset
2002-10-23 13:58:05 +05:00
unknown
ebe07fa468
Merge mysql.com:/home/nick/mysql/repository/mysql-4.0
...
into mysql.com:/home/nick/mysql/mysql-4.0
sql/item_func.cc:
Auto merged
2002-10-22 15:18:11 -06:00
unknown
d326428c41
Added Rand_log_event
2002-10-22 15:17:17 -06:00
unknown
78d524b37e
truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CHECK TABLE
...
myisam/mi_delete_all.c:
truncate both MYI and MYD files to avoid warnings on CHECK TABLE
2002-10-22 15:16:16 +00:00
unknown
fafb58e31e
Merge work:/home/bk/mysql-4.1
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
BitKeeper/etc/gone:
auto-union
BitKeeper/etc/logging_ok:
auto-union
BitKeeper/deleted/.del-skipkeys~56cb758b36258d1c:
'Auto converge rename'
2002-10-22 00:30:17 +00:00
unknown
2f5ded0ae4
BK automatic LOD removal.
...
BitKeeper/etc/skipkeys:
auto add
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-10-22 00:28:08 +00:00
unknown
1930ba12c3
make REPAIR killable
2002-10-22 00:25:36 +00:00
unknown
6f3b5e1286
- added "darwin" to the list of systems that are known to support the
...
-p option for cp and the -r option for scp (thank to Paul DuBois for
the patch)
- fixed a typo
2002-10-21 14:51:57 +02:00
unknown
a336aba95c
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2002-10-21 14:12:10 +03:00
unknown
6449eec150
Small addition to COM_DEBUG
...
sql/sql_test.cc:
small addition to COM_DEBUG
2002-10-21 14:08:37 +03:00
unknown
14cbecdc8b
Merge abotchkov@work.mysql.com:/home/bk/mysql-4.0
...
into genie.(none):/home/hf/work/04
BitKeeper/etc/logging_ok:
auto-union
2002-10-21 09:57:53 +05:00
unknown
911a8e1ba0
Embedded server bugfix
...
libmysqld/lib_sql.cc:
Necessary thd->scramble initialization added
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-10-21 09:56:30 +05:00
unknown
6d25b5439c
BK automatic LOD removal.
...
BitKeeper/etc/skipkeys:
auto add
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-10-20 21:43:24 +02:00
unknown
54516f06e3
BK automatic LOD removal.
...
BitKeeper/etc/skipkeys:
auto add
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-10-20 21:23:21 +02:00
unknown
3f86502e34
After bk -r check -ff (to be able to upgrade to bk 3.0)
2002-10-20 21:19:37 +02:00