- 25 Oct, 2002 6 commits
-
-
unknown authored
-
unknown authored
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
-
unknown authored
-
unknown authored
unicode mapping sql/share/charsets/cp1251.conf: unicode mapping
-
unknown authored
into mysql.com:/home/nick/mysql/repository/mysql-4.1 sql/sql_yacc.yy: Auto merged
-
unknown authored
-
- 24 Oct, 2002 6 commits
-
-
unknown authored
mysql-test/mysql-test-run.sh: Added --rpl option which tests all t/rpl*.test tests.
-
unknown authored
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
removed "depriciated" as requested by salle sql/share/charsets/Index: removed "depriciated" as requested by salle
-
unknown authored
-
unknown 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.
-
- 23 Oct, 2002 11 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-distinct-4.1
-
unknown authored
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
-
unknown 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;
-
unknown authored
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000; CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
-
unknown authored
-
unknown authored
max_sort_char is 255 for binary strings/ctype-bin.c: max_sort_char is 255 for binary
-
unknown authored
character set binary didn't work sql/sql_yacc.yy: character set binary didn't work
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
-
unknown authored
binary charset ctype-bin.c: new file libmysql/Makefile.shared: binary charset strings/Makefile.am: binary charset strings/ctype.c: binary charset
-
unknown authored
-
unknown authored
-
- 22 Oct, 2002 3 commits
-
-
unknown authored
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'
-
unknown authored
BitKeeper/etc/skipkeys: auto add BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
- 21 Oct, 2002 2 commits
- 20 Oct, 2002 1 commit
-
-
unknown authored
BitKeeper/etc/skipkeys: auto add BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 18 Oct, 2002 2 commits
- 17 Oct, 2002 2 commits
- 16 Oct, 2002 7 commits
-
-
unknown authored
-
unknown authored
mysql-test/r/heap_btree.result: I donno why this changed, aint my fault sql/sql_union.cc: fix of the small bug
-
unknown authored
I intend to do some more accelerations in mysql_execute_command and in SQLCOM_SELECT part for which I need to fix EXPLAIN with derived tables plus few additional items. If this proves to be much I wil just make it a new SCRUM task sql/sql_lex.h: Some small accelerations ... sql/sql_parse.cc: Some small accelerations ... sql/sql_yacc.yy: Some small accelerations ...
-
unknown authored
mysql-test/r/null_key.result: Auto merged sql/ha_innodb.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged Docs/manual.texi: Auto merged myisam/mi_open.c: Auto merged mysql-test/r/null_key.result: Auto merged mysql-test/r/select.result: Auto merged sql/field.h: Auto merged sql/field_conv.cc: Auto merged sql/ha_innodb.cc: Auto merged sql/log.cc: Auto merged sql/sql_parse.cc: Auto merged sql/table.cc: Auto merged
-
unknown authored
Ignore changed keyblocks when on does DELETE FROM table_name; acinclude.m4: Don't give warnings when using openssl installed in /usr/include with gcc 3.x myisam/mi_delete_all.c: Ignore changed keyblocks when on does DELETE FROM table_name; mysql-test/r/null_key.result: Fix null test sql/ha_innodb.cc: Fix bug in last merge sql/sql_parse.cc: Fix bug introduced with merge
-
unknown authored
sql/mysql_priv.h: Fix for changed parameters to filesort sql/sql_delete.cc: Fix for changed parameters to filesort sql/sql_select.cc: Fix for changed parameters to filesort sql/sql_table.cc: Fix for changed parameters to filesort sql/sql_test.cc: Removed not used special parameter sql/sql_update.cc: Fix for changed parameters to filesort
-