• unknown's avatar
    Added MYSQL_SERVER_SUFFIX to mysqld · 67891255
    unknown authored
    Fixed bug in TRIM
    changed strnmov -> strmake
    
    
    BUILD/SETUP.sh:
      Removed --disable-shared
    Docs/manual.texi:
      Changelog
      Installing many servers
    acinclude.m4:
      Force use of db-3.2.3h
    client/mysql.cc:
      cleanup
    mysql-test/r/func_str.result:
      Added new TRIM test
    mysql-test/t/func_str.test:
      Added new TRIM test
    mysys/charset.c:
      change to use strmake instead of strnmov
    mysys/mf_format.c:
      change to use strmake instead of strnmov
    mysys/mf_tempfile.c:
      change to use strmake instead of strnmov
    scripts/make_binary_distribution.sh:
      Removed error messages for missing files
    sql/handler.cc:
      More debug
    sql/item_strfunc.cc:
      Fixed bug in TRIM()
    sql/mysqld.cc:
      Added MYSQL_SERVER_SUFFIX to mysqld
    67891255
handler.cc 16.3 KB