windows changes
[csql.git] / test / tools / catalog / exp.test001.ksh
blob745a2f8f1c560d35bc683e51ea11c954d0dd8425
1 Case 1: With no option:
2 <TableNames>
3 <No tables exist></No tables exist>
4 </TableNames>
5 Case 2: With ? option:
6 Usage: catalog [-u username] [-p passwd] [-l] [-i] [-d] [-T table] [-I index] [-D <lock|trans|proc|chunk>]
7 l -> list all table with field information
8 list all Index information
9 i -> reinitialize catalog tables. Drops all tables.
10 d -> print db usage statistics
11 T -> list table information
12 I -> list index information
13 D -> print debug information for system tables
14 Note: If multiple options are specified, last one will be considered.
15 Case 3: With wrong username :
16 Case 4: With wrong password :
17 Case 5: With correct user name and password :
18 <TableNames>
19 <No tables exist></No tables exist>
20 </TableNames>