1. 22 Feb, 2005 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 7e028f99
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/field.cc:
        Auto merged
      7e028f99
    • unknown's avatar
      Backport my_strntod() from 5.0 · cb8d9c3a
      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'
      cb8d9c3a
    • unknown's avatar
      ctype_latin1.result, ctype_latin1.test, charset.c: · 14707d71
      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.
      14707d71
    • unknown's avatar
      field.cc: · 1329f063
      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.
      1329f063
  2. 21 Feb, 2005 7 commits
    • unknown's avatar
      Merge. · 595b46ef
      unknown authored
      595b46ef
    • unknown's avatar
      sql_parse.cc: · aef137bc
      unknown authored
        Fix compiler complaint.
      
      
      sql/sql_parse.cc:
        Fix compiler complaint.
      aef137bc
    • unknown's avatar
      Fix -ansi -pedantic compilation failure. · ae8c3e13
      unknown authored
      ae8c3e13
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, ctype-utf8.c: · 65410bd0
      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
      65410bd0
    • unknown's avatar
      mysql.cc: · e8f888a5
      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.
      e8f888a5
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d5e89804
      unknown authored
      into mysql.com:/home/mysqldev/tulin/mysql-4.1
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      d5e89804
    • unknown's avatar
      afdfb193
  3. 19 Feb, 2005 1 commit
  4. 18 Feb, 2005 6 commits
  5. 17 Feb, 2005 22 commits