- 04 Jun, 2003 3 commits
-
-
unknown authored
NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj and make sure to have the next changeset, which fixes this. sql/item_geofunc.cc: Fix warnings sql/sql_help.cc: Fix compiler errors sql-common/client.c: Delete and move redefination of shared memory stuff libmysql/libmysql.c: Fix for redefination stuff from client.c VC++Files/client/mysqlclient.dsp: add client.c VC++Files/libmysql/libmysql.dsp: add client.c VC++Files/sql/mysqld.dsp: add client.c and remove old convert.cpp and mini_client.c
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1 sql/item_cmpfunc.cc: Auto merged sql/mysqld.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
sql/item_cmpfunc.cc: Remove unused variables sql/mysqld.cc: fix the defination as this is different from the prototype (cl compiler failed) sql/sql_insert.cc: fix the windows error (without cast) sql/sql_show.cc: Remove unused variables include/config-win.h: Fix for Windows build to go (charsets + collation default defs) VC++Files/client/mysqlclient.dsp: Take care of newly added/removed files VC++Files/libmysql/libmysql.dsp: Take care of newly added/removed files VC++Files/sql/mysqld.dsp: Take care of newly added/removed files
-
- 03 Jun, 2003 8 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
LTRIM, RTRIM and TRIM now work fine with ucs2
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.emb_bind
-
unknown authored
BitKeeper/deleted/.del-mini_client.h~be0e3c44e9b0f67d: Delete: sql/mini_client.h BitKeeper/deleted/.del-mini_client.cc~8677895ec8169183: Delete: sql/mini_client.cc BitKeeper/etc/ignore: Added sql/client.c to the ignore list
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.emb_bind libmysqld/Makefile.am: Auto merged sql/Makefile.am: Auto merged
-
unknown authored
splittiln common client's parts include/sql_common.h: superfluous #ifdef-s removed libmysql/client_settings.h: superfluous #ifdef-s removed libmysql/libmysql.c: some litter removed libmysqld/lib_sql.cc: here we had wrong parameters mysys/default.c: this is not needed anymore - calling code fixed sql-common/client.c: code trimmed and simplified sql/client_settings.h: code trimmed sql/repl_failsafe.cc: option's initialization added sql/slave.cc: option's initialization added
-
unknown authored
Some default_charset_info were removed
-
- 02 Jun, 2003 2 commits
- 31 May, 2003 1 commit
-
-
unknown authored
Here is another pack of changes about gathering common client code in sql-common/client.c. Now i symlink the client.c from sql/ and libmysql/. These directories have client_settings.h files to be included to client.c. It contains defines and declarations to compile client.c in appropriate manner. Also i've added include/sql_common.h, containing declarations of what is exported from client.c I removed as many #ifdef-s from client.c as i dared to. I think it's better push it with some extra #ifdef-s now (of course, if everythihg besides it is ok) so other people can check the code. Makefile.am: symlinking of sql-common/client.c was added include/mysql.h: MYSQL_CLIENT define moved here from libmysql/Makefile libmysql/Makefile.am: ../libmysql/client_settings.h added to the list of necessary h-files libmysql/Makefile.shared: client.lo added to the list of objects libmysql/libmysql.c: a lot of changes about separating code between libmysql.c and client.c mysys/default.c: changed to keep compiler happy sql-common/client.c: a lot of changes about code separating sql/Makefile.am: mini_client.h has to be removed sql/repl_failsafe.cc: mysql_real_connect prototype was unified, so we've got to set connection timeout separately sql/slave.cc: trimming code to the changed function's prototypes sql/sql_repl.cc: mini_client isn't needed anymore
-
- 30 May, 2003 16 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mem_root-4.1
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mem_root-4.1
-
unknown authored
character_set_results is now the same with character_set_client by default
-
unknown authored
into mysql.r18.ru:/usr/home/ram/work/4.1.latest BitKeeper/etc/ignore: auto-union
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.emb_bind
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/NEW_HELP/4.1.clear
-
unknown authored
sql/sql_help.cc: fix some warnings
-
unknown authored
BitKeeper/etc/ignore: Added libmysqld/item_geofunc.cc to the ignore list
-
unknown authored
mysqldump now produces SET NAMES. It can be disabled by --no-set-names client/mysqldump.c: mysqldump now produces SET NAMES. It can be disabled by --no-set-names
-
unknown authored
-
unknown authored
character_set_connection new variable sql/set_var.h: character_set_connection new variable sql/set_var.cc: character_set_connection new variable
-
unknown authored
character_set_database was added Code optimization: reuse more code for all character sets variables sql/mysqld.cc: character_set_server is now updatable character_set_database was added sql/set_var.cc: character_set_server is now updatable character_set_database was added sql/set_var.h: character_set_server is now updatable character_set_database was added sql/sql_base.cc: character_set_server is now updatable character_set_database was added sql/sql_class.cc: character_set_server is now updatable character_set_database was added sql/sql_class.h: character_set_server is now updatable character_set_database was added sql/sql_db.cc: character_set_server is now updatable character_set_database was added sql/sql_load.cc: character_set_server is now updatable character_set_database was added sql/sql_table.cc: character_set_server is now updatable character_set_database was added sql/sql_yacc.yy: character_set_server is now updatable character_set_database was added BitKeeper/etc/ignore: Added scripts/mysql_create_system_tables to the ignore list
-
unknown authored
into mysql.r18.ru:/usr/home/ram/work/4.1.latest
-
unknown authored
-
- 29 May, 2003 1 commit
-
-
unknown authored
-
- 28 May, 2003 9 commits
-
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mem_root-4.1
-
unknown authored
(bug #518 fixed) mysql-test/r/subselect.result: test of bug #518 mysql-test/t/subselect.test: test of bug #518 sql/item_subselect.cc: test and switch mem_root if it is necessary exec() - wrapper around engine->exec() to test and switch mem_root if necessary sql/item_subselect.h: added storing THD for mem_root testinmg & switching exec() - wrapper around engine->exec() to test and switch mem_root if necessary
-
unknown authored
SELECT CAST(_latin1'string' AS CHAR CHARACTER SET latin2)
-
unknown authored
bug #521 fix: ('3'='4') was true in cp1250_czech_ci strings/ctype-win1250ch.c: bug #521 fix: ('3'='4') was true in cp1250_czech_ci
-
unknown authored
./configure --with-charset=latin1 --with-collation=latin1_danish_ci
-
unknown authored
ifdef wrong structure has been fixed strings/ctype-win1250ch.c: ifdef wrong structure has been fixed
-
unknown authored
libmysql/libmysql.c: conflict resolved
-
unknown authored
libmysqld/Makefile.am: Auto merged sql/repl_failsafe.cc: Auto merged sql/slave.cc: Auto merged libmysql/libmysql.c: Resolved conflicts sql/mini_client.cc: resolved conflicts BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-