• unknown's avatar
    Task ID 499:Add a new settable string variable(init_connect, init_slave) · 209e976d
    unknown authored
    to mysqld that is executed for all new connections.
    (Similar to the client command: mysql_options(... MYSQL_INIT_COMMAND ...).
    
    
    sql/mysql_priv.h:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/mysqld.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/protocol.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/set_var.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/slave.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/sql_class.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/sql_class.h:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/sql_parse.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    sql/sql_show.cc:
      Task ID	499:Add a new settable string variable(init_connect, init_slave)
      to mysqld that is executed for all new connections.
    209e976d
sql_class.cc 26.6 KB