- 22 Feb, 2005 4 commits
-
-
unknown authored
into mysql.com:/home/my/mysql-4.1 sql/field.cc: Auto merged
-
unknown authored
Change string->float conversion to delay division as long as possible. This gives us more exact integer->float conversion for numbers of type '123.45E+02' (Bug #7740) client/mysql.cc: Fix wront usage of charset (found during review of pushed code) include/m_string.h: Backported my_strtod() from 5.0 mysql-test/mysql-test-run.sh: Run also mysql_client_test with --debug mysql-test/r/ps_1general.result: Safety fix (if mysql_client_test.test fails) mysql-test/r/type_float.result: More test mysql-test/t/mysql_client_test.test: Comments for what to do if this test fails mysql-test/t/ps_1general.test: Safety fix (if mysql_client_test.test fails) mysql-test/t/type_float.test: More test to better test new strtod() function Test also bug #7740 (wrong comparsion between integer and float-in-integer-range) sql/field.cc: Backport my_strntod() from 5.0 sql/item.cc: Backport my_strntod() from 5.0 sql/item.h: Backport my_strntod() from 5.0 sql/item_func.h: Backport my_strntod() from 5.0 sql/item_strfunc.cc: Backport my_strntod() from 5.0 sql/item_sum.cc: Backport my_strntod() from 5.0 sql/item_sum.h: Backport my_strntod() from 5.0 sql/procedure.h: Backport my_strntod() from 5.0 strings/ctype-simple.c: Backport my_strntod() from 5.0 strings/ctype-ucs2.c: Backport my_strntod() from 5.0 strings/strtod.c: Backport my_strntod() from 5.0 Change conversion to delay division as long as possible. This gives us more exact integer-> float conversion for numbers of type '123.45E+02'
-
unknown authored
Treat unknown characters straight in a query as syntax error, rather skipping it as a space character. mysys/charset.c: Treat unknown characters straight in a query as syntax error, rather skipping it as a space character. mysql-test/t/ctype_latin1.test: Treat unknown characters straight in a query as syntax error, rather skipping it as a space character. mysql-test/r/ctype_latin1.result: Treat unknown characters straight in a query as syntax error, rather skipping it as a space character.
-
unknown authored
optimize test_if_minus() when not UCS2 support is compiled. sql/field.cc: optimize test_if_minus() when not UCS2 support is compiled.
-
- 21 Feb, 2005 7 commits
-
-
unknown authored
-
unknown authored
Fix compiler complaint. sql/sql_parse.cc: Fix compiler complaint.
-
unknown authored
-
unknown authored
Bugs: #8385: utf8_general_ci treats cyrillic letters I and SHORT I as the same strings/ctype-utf8.c: Bugs: #8385: utf8_general_ci treats cyrillic letters I and SHORT I as the same mysql-test/t/ctype_utf8.test: Bugs: #8385: utf8_general_ci treats cyrillic letters I and SHORT I as the same mysql-test/r/ctype_utf8.result: Bugs: #8385: utf8_general_ci treats cyrillic letters I and SHORT I as the same
-
unknown authored
bug#7571: Server & Client characterset are shown under different decriptions Switch them into the correct order. client/mysql.cc: bug#7571: Server & Client characterset are shown under different decriptions Switch them into the correct order.
-
unknown authored
into mysql.com:/home/mysqldev/tulin/mysql-4.1 scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
-
- 19 Feb, 2005 1 commit
-
-
unknown authored
-
- 18 Feb, 2005 6 commits
-
-
unknown authored
sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Merged from 4.0
-
unknown authored
into mysql.com:/home/bk/b7879-mysql-4.0 sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
Backporting Monty's fix for 5.0 into 4.1.
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
unknown authored
Some variable wasn't moved to the initial state during mysql_server_end myisam/ft_stopwords.c: resetting ft_stopword_file sql/mysqld.cc: free_charsets() call added
-
unknown authored
-
- 17 Feb, 2005 22 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean scripts/mysql_create_system_tables.sh: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/sql_acl.cc: Auto merged
-
unknown authored
tests/mysql_client_test.c: SCCS merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/sql_base.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean BitKeeper/triggers/post-commit: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.0-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8147.1 sql/sql_parse.cc: Auto merged
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/mysql-4.1
-
unknown authored
Fixed that negative arguments to certain integer options wrap around. mysql-test/r/variables.result: Added a test case for bug#6958. mysql-test/t/variables.test: Added a test case for bug#6958. sql/set_var.cc: sys_var_long_ptr::check function was added. sql/set_var.h: Use sys_var_long_ptr::check function for sys_var_long_ptr class.
-
unknown authored
support-files/mysql.spec.sh: - fixed a changelog entry (wrong author)
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
Perl script to create HP depot packages.
-
unknown authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
unknown authored
Revised the fix for bug #7098. Corrected the method Item_string::new_item. sql_select.cc: Revised the fix for bug #7098. Aborted the previous modifications. sql/sql_select.cc: Revised the fix for bug #7098. Aborted the previous modifications. sql/item.h: Revised the fix for bug #7098. Corrected the method Item_string::new_item.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
unknown authored
Added a test case for bug #7098. sql_select.cc: Fixed bug #7098. When a string field was substituted for an equal constant the collation of the constant was changed by mistake for the binary collation. sql/sql_select.cc: Fixed bug #7098. When a string field was substituted for an equal constant the collation of the constant was changed by mistake for the binary collation. mysql-test/t/select.test: Added a test case for bug #7098. mysql-test/r/select.result: Added a test case for bug #7098.
-