- 26 Dec, 2006 2 commits
-
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/my51-embt
-
holyfoot/hf@mysql.com/deer.(none) authored
-
- 08 Dec, 2006 2 commits
-
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/embt/my51-embt
-
holyfoot/hf@mysql.com/deer.(none) authored
into mysql.com:/home/hf/work/embt/my50-embt
-
- 07 Dec, 2006 5 commits
-
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/pfix/my51-pfix
-
holyfoot/hf@mysql.com/deer.(none) authored
-
holyfoot/hf@mysql.com/deer.(none) authored
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/22372/my51-22372
-
holyfoot/hf@mysql.com/deer.(none) authored
-
- 06 Dec, 2006 5 commits
-
-
holyfoot/hf@mysql.com/deer.(none) authored
into mysql.com:/home/hf/work/22372/my50-22372
-
holyfoot/hf@mysql.com/deer.(none) authored
datafile added to be used in gis.test
-
holyfoot/hf@mysql.com/deer.(none) authored
The problem is that the GEOMETRY NOT NULL can't automatically set any value as a default one. We always tried to complete LOAD DATA command even if there's not enough data in file. That doesn't work for GEOMETRY NOT NULL. Now Field_*::reset() returns an error sign and it's checked in mysql_load()
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.1.20835
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.1.20835
-
- 05 Dec, 2006 1 commit
-
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/22634/my51-22634
-
- 04 Dec, 2006 5 commits
-
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.1
-
gkodinov@dl145s.mysql.com authored
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/22634/my51-22634
-
gkodinov/kgeorge@macbook.gmz authored
fixed a valgrind problem
-
gkodinov/kgeorge@macbook.gmz authored
fixed a valgrind warning type_varchar.test: fixed a valgrind warning
-
- 03 Dec, 2006 2 commits
-
-
holyfoot/hf@mysql.com/deer.(none) authored
We create Item_cache_* object for each operand for each left operand of a subquery predicate. We also create Item_func_conv_charset for each string constant that needs charset conversion. So here we have Item_cache wrapped into Item_func_conv_charset. When Item_func_conv_charset wraps an constant Item it gets it's value in constructor. The problem is that Item_cache is ready to be used only at execution time, which is too late. The fix makes Item_cache wrapping constant to get ready at fix_fields() time.
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1
-
- 02 Dec, 2006 7 commits
-
-
kent@mysql.com/kent-amd64.(none) authored
Disabled abi_check, as it was before merge
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/mysql-5.1-build
-
kent@mysql.com/kent-amd64.(none) authored
If --srcdir and --windows is given, check if error message file is in source or build tree (bug#24557) Makefile.am: Cleaned up "ali_check" target, to satisfy "distcleancheck" (bug#24557) mysql_install_db.sh: Added --srcdir=DIR option, used from top Makefile.am in dist-hook target, to find "fill_help_tables.sql" in VPATH build (bug#24557) Makefile.am: Work around problem with "distcleancheck", "sql_yacc.cc" might be in both the source and build tree. Call "mysql_install_db" with new option --srcdir, to enable the script to find all that is needed, if source and build directory is not the same (bug#24557)
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/mysql-5.1-build
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/mysql-5.1-build
-
kent@mysql.com/kent-amd64.(none) authored
Added "mysql_client_test.def" mysql_client_test.def: BitKeeper file /home/kent/bk/mysql-5.0-build/netware/mysql_client_test.def
-
kent/mysqldev@suse9-x86.mysql.com authored
Adjusted for storage path nwbootstrap: Corrected bad merge
-
- 01 Dec, 2006 11 commits
-
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/mysql-5.1-build
-
kent@mysql.com/kent-amd64.(none) authored
into mysql.com:/home/kent/bk/mysql-5.0-build
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/mysql-5.1-build
-
kent@mysql.com/kent-amd64.(none) authored
Added new "mysql_upgrade.def" for Netware (bug#23504) *.def: Allocate 128K stack for all executables (bug#23504)
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
mskold/marty@mysql.com/linux.site authored
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
-
df@kahlann.erinye.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
jonas@perch.ndb.mysql.com authored
Handle events "differently" so that dict doesnt get lock too often
-