walrus@mysql.com
a72ffa5771
Merge akishkin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/walrus/bk/41
2002-10-28 00:00:46 +05:00
vva@genie.(none)
8ec9edac55
add absent message that exist in english version
2002-10-27 20:49:45 +04:00
serg@serg.mysql.com
295da156d6
fixed bug in HAVING error handling
...
small Item_ref optimization
2002-10-27 16:22:58 +00:00
bell@sanja.is.com.ua
c3127c7eb8
code cleanup
...
fixed subselect error handling bug
fixed subselect UNION ALL bug
fixed thd->lex.select restoring
explain UNION subselect bug
2002-10-26 20:18:37 +03:00
bell@sanja.is.com.ua
4311a3379f
Merge abelkin@work.mysql.com:/home/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.1.bak
2002-10-26 19:24:20 +03:00
serg@serg.mysql.com
6c0dde39ec
bad auto-merge fixed
2002-10-25 23:30:15 +00:00
serg@serg.mysql.com
1a1cafce63
merged
2002-10-25 22:07:04 +00:00
serg@serg.mysql.com
dede6634f6
merged
2002-10-25 21:15:52 +00:00
serg@serg.mysql.com
578ce24ea0
merged
2002-10-25 21:09:03 +00:00
bk@admin.bk
fbc1c091b3
BK automatic LOD removal.
2002-10-25 21:07:04 +00:00
serg@serg.mysql.com
6efe24cf4a
memory leak closed
2002-10-25 20:39:02 +00:00
walrus@mysql.com
0ab2808f12
Merge akishkin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/walrus/bk/mysql-4.1
2002-10-25 23:50:35 +06:00
heikki@hundin.mysql.fi
b5554c77aa
lexyy.c, pars0grm.c:
...
Include univ.i before any system headers to remove a large file compilation failure on AIX
2002-10-25 20:15:30 +03:00
serg@serg.mysql.com
3c570209df
typo fixed
2002-10-25 14:21:55 +00:00
serg@serg.mysql.com
2ed2594c24
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
serg@serg.mysql.com
b0542bd992
full support for HA_READ_PREFIX_LAST_OR_PREV in ISAM
2002-10-25 14:16:52 +00:00
serg@serg.mysql.com
d552ba7d8a
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
2002-10-25 14:09:47 +00:00
bar@bar.mysql.r18.ru
440db4c1dc
ENUM/SET fields now have charset too
2002-10-25 15:08:47 +05:00
bar@bar.mysql.r18.ru
ff83d1e4c7
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
2002-10-25 13:59:08 +05:00
bar@bar.mysql.r18.ru
95aef91521
BINARY charset is now used instead of binary_flag
2002-10-25 13:58:32 +05:00
bar@bar.mysql.r18.ru
5e32ea70f3
cp1251.conf:
...
unicode mapping
2002-10-25 12:10:39 +05:00
nick@mysql.com
b9007ca6a1
Added missing case for Rand_log_event to Log_event::get_type_str()
2002-10-24 20:20:37 -06:00
nick@mysql.com
26b8fc98d9
Merge nleippe@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/nick/mysql/repository/mysql-4.1
2002-10-24 18:42:34 -06:00
nick@mysql.com
59c72048fb
changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS
2002-10-24 18:32:42 -06:00
nick@mysql.com
62f36f0221
altered syntax from SLAVE START|STOP to START|STOP SLAVE
2002-10-24 17:46:14 -06:00
nick@mysql.com
6c22ca4454
Added Rand_log_event
2002-10-24 16:48:34 -06:00
bar@bar.mysql.r18.ru
4b05246e29
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
bar@bar.mysql.r18.ru
fa0e9d4d3c
Index:
...
removed "depriciated" as requested by salle
2002-10-25 01:49:34 +05:00
nick@mysql.com
eba70d6c80
Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()
2002-10-24 14:33:24 -06:00
walrus@mysql.com
be3f97f033
Merge akishkin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/walrus/bk/mysql-4.1
2002-10-24 23:29:55 +06:00
bk@admin.bk
30ec63ee93
BK automatic LOD removal.
2002-10-24 23:19:14 +06:00
bar@bar.mysql.r18.ru
0ca3212a8c
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
lenz@mysql.com
45270a5c47
Merge lgrimmer@work.mysql.com:/home/bk/mysql
...
into mysql.com:/space/my/mysql-3.23
2002-10-24 08:53:27 +02:00
monty@hundin.mysql.fi
1cd37aad80
Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23
2002-10-24 01:36:58 +03:00
serg@serg.mysql.com
dd0e342742
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
monty@hundin.mysql.fi
36afa9a96e
Fixed problem with BDB tables and ALTER TABLE
2002-10-24 01:29:29 +03:00
serg@serg.mysql.com
17f975b8df
less restrictive test for max key length in mi_create
2002-10-23 22:14:59 +00:00
bell@sanja.is.com.ua
96c56eacf3
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
bell@sanja.is.com.ua
c2da10ae18
fixed DISTINCT in subselect bug
...
small Item_ref fix
2002-10-23 23:36:11 +03:00
lenz@mysql.com
b01798b206
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
2002-10-23 21:39:59 +02:00
lenz@mysql.com
08d2ea525e
- 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")
2002-10-23 21:29:01 +02:00
bar@bar.mysql.r18.ru
607c0c0168
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
bar@bar.mysql.r18.ru
ec542a6c1e
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
bar@bar.mysql.r18.ru
b9f5e18be1
Preparing to use my_charset_bin instead of binary_flag
2002-10-23 18:20:45 +05:00
bar@bar.mysql.r18.ru
cd032e0418
ctype-bin.c:
...
max_sort_char is 255 for binary
2002-10-23 16:06:04 +05:00
bar@bar.mysql.r18.ru
e46fce4b99
sql_yacc.yy:
...
character set binary didn't work
2002-10-23 16:00:48 +05:00
bar@bar.mysql.r18.ru
59ed38fdf7
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
bar@bar.mysql.r18.ru
6539c6a51f
ctype.c, Makefile.am, Makefile.shared:
...
binary charset
ctype-bin.c:
new file
2002-10-23 15:40:22 +05:00
bar@bar.mysql.r18.ru
6722c2e713
binary charset
2002-10-23 15:39:41 +05:00
bar@bar.mysql.r18.ru
5bcd7e1a47
New cp1256 charset
2002-10-23 13:58:05 +05:00