• unknown's avatar
    After merge fixes · a8983f07
    unknown authored
    Added more DBUG statements
    Ensure that we are comparing end space with BINARY strings
    Use 'any_db' instead of '' to mean any database. (For HANDLER command)
    Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
    
    
    BitKeeper/deleted/.del-ctype_tis620.result-old~3578ceb0b8284685:
      Delete: mysql-test/r/ctype_tis620.result-old
    BitKeeper/deleted/.del-ctype_tis620.test-old~ffb1bbd2935d1aba:
      Delete: mysql-test/t/ctype_tis620.test-old
    client/mysqlbinlog.cc:
      Added DBUG statements
      Added call of my_end() to free all used memory on exit
    heap/hp_info.c:
      After merge fixes
    heap/hp_open.c:
      After merge fixes
    include/heap.h:
      After merge fixes
    include/m_ctype.h:
      Use pchar instead of 'int' for character parameters.
      Added 'my_binary_compare()'
    include/m_string.h:
      Fixed wrong define
    innobase/ibuf/ibuf0ibuf.c:
      After merge fixes
    innobase/srv/srv0start.c:
      After merge fixes
    mysql-test/r/alter_table.result:
      Fixed results after merge
    mysql-test/r/auto_increment.result:...
    a8983f07
sql_string.cc 18.8 KB