An error occurred fetching the project authors.
  1. 18 May, 2006 1 commit
    • anozdrin@mysql.com's avatar
      This is an implementation of two WL items: · c1113af1
      anozdrin@mysql.com authored
        - WL#3158: IM: Instance configuration extensions;
        - WL#3159: IM: --bootstrap and --start-default-instance modes
      
      The following new statements have been added:
        - CREATE INSTANCE;
        - DROP INSTANCE;
      
      The behaviour of the following statements have been changed:
        - SET;
        - UNSET;
        - FLUSH INSTANCES;
        - SHOW INSTANCES;
        - SHOW INSTANCE OPTIONS;
      c1113af1
  2. 03 Jan, 2006 1 commit
  3. 18 Jul, 2005 1 commit
    • monty@mishka.local's avatar
      Cleanups during review · 78c65b5a
      monty@mishka.local authored
      Changed defaults option --instance to --defaults-group-suffix
      Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order
      Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX
      mysql_print_defaults now understands --defaults-group-suffix
      Remove usage of my_tempnam() (not safe function)
      if( -> if ( and while( to while (
      78c65b5a
  4. 29 Jun, 2005 1 commit
  5. 28 Jun, 2005 1 commit
  6. 23 Jun, 2005 1 commit
  7. 22 Jun, 2005 1 commit
  8. 13 Jun, 2005 1 commit
  9. 09 Jun, 2005 1 commit
    • jani@a193-229-222-105.elisa-laajakaista.fi's avatar
      Fixes in function modify_defaults_file(): · 9f3daa23
      - Removed unneccessary variables.
      - Made a function of that part of code, which actually changes 
        the line under modifications.
      - Fixed memory overrun problem with my_malloc. Too little space
        was reserved.
      - Fixed problem in case, when new option was added at the end
        of the section. Before, it was added as the last line of the
        section, even if it left empty lines between.
      - Fixed so that the configuration file is not saved unneccessarily,
        if no modifications are done. (file timestamp remains)
      - This should fix (at least partially) problems described in
        Bug#10806
      9f3daa23
  10. 21 May, 2005 1 commit
    • kent@mysql.com's avatar
      default_modify.c: · 363fd141
      kent@mysql.com authored
        Use MY_STAT to declare argument to my_fstat()
      des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys.dsp, libmysqld.dsp, libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      363fd141
  11. 19 May, 2005 1 commit
  12. 18 May, 2005 1 commit