~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
FLUSH
=====

FLUSH 
    flush_option [, flush_option] ...

flush_option:
    | TABLES table_name [, table_name] ...
    | TABLES WITH READ LOCK
    | LOGS
    | STATUS
    
To release a FLUSH TABLES WITH READ LOCK, you must issue an UNLOCK TABLES.