An error occurred fetching the project authors.
  1. 17 Jul, 2003 1 commit
    • unknown's avatar
      ctype-utf8.c: · 16b662ee
      unknown authored
        Stupid bug fix
      
      
      strings/ctype-utf8.c:
        Stupid bug fix
      16b662ee
  2. 15 Jun, 2003 1 commit
    • unknown's avatar
      Fixes for make_win_src_distributions · 102ecc86
      unknown authored
      Removed compiler warnings
      
      
      scripts/make_win_src_distribution.sh:
        Added option --dirname
        Also copy sql-common directory
        Create mysql data files even if mysqld is not installed
      scripts/mysql_create_system_tables.sh:
        Update for usage with make_win_src_distribution
      scripts/mysql_install_db.sh:
        Update for usage with make_win_src_distribution
      sql-common/client.c:
        Portability fix
      sql/item_cmpfunc.cc:
        Removed compiler warning
      sql/sql_acl.cc:
        Indentation cleanup
        Removed compiler warning
      sql/sql_parse.cc:
        Removed compiler warning
      sql/sql_select.cc:
        Removed compiler warning
      sql/sql_yacc.yy:
        Removed compiler warning
      strings/ctype-utf8.c:
        Removed compiler warning
      102ecc86
  3. 23 May, 2003 2 commits
  4. 22 May, 2003 1 commit
  5. 21 May, 2003 1 commit
  6. 07 Apr, 2003 1 commit
  7. 01 Apr, 2003 3 commits
  8. 21 Mar, 2003 1 commit
  9. 17 Mar, 2003 1 commit
    • unknown's avatar
      · a1585e66
      unknown authored
      mysql-test/t/ctype_many.test:
        Automatic client-server charset recoding has been added
      mysys/charset.c:
        Automatic client-server charset recoding has been added
      sql/item.cc:
        Automatic client-server charset recoding has been added
      sql/item.h:
        Automatic client-server charset recoding has been added
      sql/item_cmpfunc.cc:
        Automatic client-server charset recoding has been added
      sql/item_func.cc:
        Automatic client-server charset recoding has been added
      sql/item_strfunc.cc:
        Automatic client-server charset recoding has been added
      sql/mysqld.cc:
        Automatic client-server charset recoding has been added
      sql/protocol.cc:
        Automatic client-server charset recoding has been added
      sql/sql_string.cc:
        Automatic client-server charset recoding has been added
      sql/sql_yacc.yy:
        Automatic client-server charset recoding has been added
      strings/ctype-utf8.c:
        Automatic client-server charset recoding has been added
      a1585e66
  10. 14 Mar, 2003 1 commit
  11. 05 Mar, 2003 1 commit
  12. 31 Jan, 2003 3 commits
  13. 28 Jan, 2003 1 commit
  14. 27 Jan, 2003 1 commit
  15. 18 Jan, 2003 1 commit
    • unknown's avatar
      Change client_flag to unsigned long (16 -> 32 bits) to handle more options. · ad500165
      unknown authored
      Don't use new password format if mysql.user has old format
      tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty
      Portability fixes for Windows
      
      
      client/mysql.cc:
        Removed compiler warnings.
        Make quote handling simpler
      include/config-win.h:
        Fix for myisam/rt_mbr.c
      include/mysql.h:
        Change client_flag to unsigned long to handle more options.
      libmysql/libmysql.c:
        Change client_flag to unsigned long to handle more options.
      libmysqld/libmysqld.c:
        Change client_flag to unsigned long to handle more options.
      myisam/rt_mbr.c:
        Portability fix for Windows
      mysql-test/r/rpl_loaddata.result:
        Fix test case
      sql/item_strfunc.cc:
        Don't use new password format if mysql.user has old format
      sql/item_strfunc.h:
        Don't use new password format if mysql.user has old format
      sql/mysql_priv.h:
        Don't use new password format if mysql.user has old format
      sql/mysqld.cc:
        Don't use new password format if mysql.user has old format
      sql/sql_acl.cc:
        Don't use new password format if mysql.user has old format.
        tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty
      sql/sql_class.h:
        Don't use new password format if mysql.user has old format
      sql/sql_parse.cc:
        Change client_flag to unsigned long to handle more options.
      sql/sql_yacc.yy:
        Don't use new password format if mysql.user has old format
      strings/ctype-utf8.c:
        Remove compiler warnings
      strings/ctype-win1250ch.c:
        Remove compiler warnings
      tests/grant.res:
        Update results
      ad500165
  16. 17 Jan, 2003 4 commits
    • unknown's avatar
      Changed my_strntoxxx functions to clear error number on start · bb919b36
      unknown authored
      Allow one to change ANSI_QUOTES mode per thread and on the fly
      
      
      sql/field.cc:
        Use new my_strntoxxx functions where function clears errno.
        Change variable names to 'not_used' for variables that is not used in function
      sql/sql_base.cc:
        comment
      sql/sql_lex.cc:
        Allow one to change ANSI_QUOTES mode per thread and on the fly
      sql/sql_lex.h:
        Allow one to change ANSI_QUOTES mode per thread and on the fly
      strings/ctype-simple.c:
        Changed my_strntoxxx functions to clear error number on start
        Changed my_strtod() to correctly set return error number
      strings/ctype-utf8.c:
        Changed my_strntoxxx functions to clear error number on start
        Changed my_strtod() to correctly set return error number
      bb919b36
    • unknown's avatar
    • unknown's avatar
      Use always base "10" to remove base guesser in strntoul() implementation · a9391047
      unknown authored
      strings/ctype-simple.c:
        Hide unused code
      strings/ctype-utf8.c:
        Hide unused code
      a9391047
    • unknown's avatar
      ctype-utf8.c: · 8c46b4f5
      unknown authored
        Workaround for platforms which don't support EILSEQ
      
      
      strings/ctype-utf8.c:
        Workaround for platforms which don't support EILSEQ
      8c46b4f5
  17. 16 Jan, 2003 1 commit
  18. 15 Jan, 2003 1 commit
  19. 14 Jan, 2003 1 commit
    • unknown's avatar
      Updates for multi-byte character sets · c25544e6
      unknown authored
      (Note: test 'union' fails, but Sanja promised to fix this)
      
      
      include/m_ctype.h:
        Changed prototype for strntod() to inform the user that source may be modified.
      include/m_string.h:
        Moved my_vsnprintf to strings library
      include/my_sys.h:
        Moved my_vsnprintf to strings library
      libmysql/Makefile.shared:
        Moved my_vsnprintf to strings library
      mysql-test/r/alter_table.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/create.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/ctype_many.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/fulltext.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/innodb.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/merge.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/select.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/show_check.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/type_blob.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/type_enum.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/type_ranges.result:
        Moved my_vsnprintf to strings library
      mysql-test/r/type_set.result:
        Moved my_vsnprintf to strings library
      mysys/Makefile.am:
        Moved my_vsnprintf to strings library
      sql/field.cc:
        Fixed for character set handling
      sql/field.h:
        Fixed for character set handling
      sql/item.cc:
        Fixed for character set handling
      sql/item.h:
        Fixed for character set handling
      sql/item_func.cc:
        Fixed for character set handling
      sql/item_func.h:
        Fixed for character set handling
      sql/item_strfunc.cc:
        Fixed for character set handling
      sql/item_sum.cc:
        Fixed for character set handling
      sql/item_sum.h:
        Fixed for character set handling
      sql/item_timefunc.cc:
        Fixed for character set handling
      sql/mysqld.cc:
        Update to use new test_if_int()
      sql/opt_range.cc:
        Fixed for character set handling
      sql/procedure.h:
        Fixed for character set handling
      sql/sql_class.cc:
        Fixed for character set handling
      sql/sql_string.cc:
        Added multi byte support to append.
        Added set_latin1()
      sql/sql_string.h:
        Added set_latin1()
      sql/sql_update.cc:
        Cosmetic changes
      strings/Makefile.am:
        Moved my_vsnprintf to strings library
      strings/ctype-simple.c:
        Code review + cleanup
      strings/ctype-utf8.c:
        Fixed strntod()
      strings/my_vsnprintf.c:
        Added support for %#d and %#u
      c25544e6
  20. 05 Jan, 2003 1 commit
    • unknown's avatar
      Many files: · 2b7b15c0
      unknown authored
        PRIMARY flag for built-in charsets
      
      
      strings/ctype-big5.c:
        PRIMARY flag for built-in charsets
      strings/ctype-bin.c:
        PRIMARY flag for built-in charsets
      strings/ctype-euc_kr.c:
        PRIMARY flag for built-in charsets
      strings/ctype-gb2312.c:
        PRIMARY flag for built-in charsets
      strings/ctype-gbk.c:
        PRIMARY flag for built-in charsets
      strings/ctype-sjis.c:
        PRIMARY flag for built-in charsets
      strings/ctype-tis620.c:
        PRIMARY flag for built-in charsets
      strings/ctype-ujis.c:
        PRIMARY flag for built-in charsets
      strings/ctype-utf8.c:
        PRIMARY flag for built-in charsets
      strings/ctype.c:
        PRIMARY flag for built-in charsets
      2b7b15c0
  21. 04 Jan, 2003 1 commit
  22. 11 Dec, 2002 3 commits
    • unknown's avatar
      Use of new num->str functions · 6283caca
      unknown authored
      fix in ucs2 charset
      
      
      sql/field.cc:
        Use of new num->str functions
      sql/item_sum.cc:
        Use of new num->str functions
      strings/ctype-utf8.c:
        Fix
      6283caca
    • unknown's avatar
      sql/sql_string.cc@1.39 · cf89b487
      unknown authored
          New num->str functions
      strings/ctype-simple.c@1.16
          New num->str functions
      strings/ctype-utf8.c@1.18
          New num->str functions
      
      
      sql/sql_string.cc:
        New num->str functions
      strings/ctype-simple.c:
        New num->str functions
      strings/ctype-utf8.c:
        New num->str functions
      cf89b487
    • unknown's avatar
      Preparing for charset dependant int10_to_str · c873889f
      unknown authored
      c873889f
  23. 29 Nov, 2002 2 commits
  24. 27 Nov, 2002 2 commits
  25. 15 Nov, 2002 1 commit
  26. 14 Nov, 2002 1 commit
  27. 13 Nov, 2002 1 commit
  28. 11 Nov, 2002 1 commit
    • unknown's avatar
      USER(), DATABASE() and CHARSET() functions are now UCS2 compatible · e92a1f2d
      unknown authored
      Bug fix in ctype-utf8.c
      
      
      sql/item_strfunc.cc:
        USER(), DATABASE() and CHARSET() functions are now UCS2 compatible
      sql/item_strfunc.h:
        USER(), DATABASE() and CHARSET() functions are now UCS2 compatible
      sql/procedure.h:
        USER(), DATABASE() and CHARSET() functions are now UCS2 compatible
      strings/ctype-utf8.c:
        Bug fix
      e92a1f2d