Changeset 18504 for trunk/FACT++
- Timestamp:
- 05/21/16 15:30:56 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/rootifysql.cc
r18501 r18504 59 59 "This can be useful to create an ascii file or to show results as 'SHOW DATABASES' " 60 60 "or 'EXPLAIN table'. To redirect the contents into an ascii file, the option -v0 " 61 "is useful. To suppredd writing to an output file --n o-outcan be used.\n"61 "is useful. To suppredd writing to an output file --null can be used.\n" 62 62 "\n" 63 63 "The default is to read the query from a file called rootify.sql. Except if a different " … … 97 97 const bool update = conf.Get<bool>("update"); 98 98 const bool display = conf.Get<bool>("display"); 99 const bool noout = conf.Get<bool>("n o-out");99 const bool noout = conf.Get<bool>("null"); 100 100 const uint16_t verbose = conf.Get<uint16_t>("verbose"); 101 101 const uint16_t compression = conf.Get<uint16_t>("compression");
Note:
See TracChangeset
for help on using the changeset viewer.