• unknown's avatar
    Some minor fixes revealed as warnings by · 9080d99c
    unknown authored
    Intel compiler.
    
    
    client/mysqltest.c:
      Fixed a warning from using reference to a memory area,
      which is outside an object. This is just a minor
      clean-up, not a bug fix.
    server-tools/instance-manager/buffer.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/buffer.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/command.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/command.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/guardian.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/guardian.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/instance.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/instance.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/instance_map.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/instance_map.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/instance_options.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/instance_options.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/listener.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/listener.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/mysql_connection.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/mysql_connection.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/options.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/options.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/parse_output.cc:
      Removed unused goto.
    server-tools/instance-manager/thread_registry.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/thread_registry.h:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/user_map.cc:
      Fixed pragma warning for those compilers that do
      not support it.
    server-tools/instance-manager/user_map.h:
      Fixed pragma warning for those compilers that do
      not support it.
    sql/field.cc:
      Fixed a warning about overflow.
    sql/item.h:
      Fixed implicit function declaration warning.
    sql/item_sum.cc:
      Fixed implicit function declaration warning.
    9080d99c
mysqltest.c 138 KB