Changeset 19964 for trunk/FACT++
- Timestamp:
- 05/25/20 13:01:11 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/corsika2sql.cc
r19963 r19964 122 122 123 123 const mysqlpp::StoreQueryResult res = 124 connection.query("EXPLAIN ` "+table+"`").store();124 connection.query("EXPLAIN `CorsikaSetup`").store(); 125 125 126 126 map<string, uint16_t> fields;
Note:
See TracChangeset
for help on using the changeset viewer.