- 25 Oct, 2002 16 commits
-
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
bk@admin.bk authored
-
serg@serg.mysql.com authored
-
heikki@hundin.mysql.fi authored
Include univ.i before any system headers to remove a large file compilation failure on AIX
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
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
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
unicode mapping
-
nick@mysql.com authored
into mysql.com:/home/nick/mysql/repository/mysql-4.1
-
nick@mysql.com authored
-
- 24 Oct, 2002 7 commits
-
-
nick@mysql.com authored
-
nick@mysql.com authored
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
removed "depriciated" as requested by salle
-
nick@mysql.com authored
-
bar@bar.mysql.r18.ru authored
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.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-3.23
-
- 23 Oct, 2002 17 commits
-
-
monty@hundin.mysql.fi authored
-
serg@serg.mysql.com authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
monty@hundin.mysql.fi authored
-
serg@serg.mysql.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/work-distinct-4.1
-
bell@sanja.is.com.ua authored
small Item_ref fix
-
lenz@mysql.com authored
- 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
-
lenz@mysql.com authored
necessary (required to actually pass the sql-bench without aborting with "table space full")
-
bar@bar.mysql.r18.ru authored
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;
-
bar@bar.mysql.r18.ru authored
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000; CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
max_sort_char is 255 for binary
-
bar@bar.mysql.r18.ru authored
character set binary didn't work
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
-
bar@bar.mysql.r18.ru authored
binary charset ctype-bin.c: new file
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-