Commit graph

4 commits

Author SHA1 Message Date
anozdrin/alik@alik.
5d8598a405 Fix im_instance_conf.imtest failure on AIX and HPUX.
The problem was in dummy grep on AIX and HPUX.

The fix is to use more portable patterns.

The patch is only for test suite
(i.e. does not touch server codebase).
2006-08-31 18:48:50 +04:00
anozdrin/alik@alik.
34425870b8 Fix for BUG#21247: im_instance_conf.imtest fails on trees with test-1
in their name.

The problem was that IM-tests contained grep-statements with too wide
patterns. The fix is to make these patterns more restrictive. Only IM-tests
have been fixed, no code has been touched.
2006-08-15 16:57:46 +04:00
anozdrin@mysql.com
d5dca744cd Additional fix for BUG#20294: Instance manager test
im_instance_conf fails randomly.
2006-06-22 18:56:22 +04:00
anozdrin@mysql.com
c1113af15c This is an implementation of two WL items:
- 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;
2006-05-18 18:57:50 +04:00