Changeset 19964 for trunk/FACT++


Ignore:
Timestamp:
05/25/20 13:01:11 (4 years ago)
Author:
tbretz
Message:
Fix a none compile issue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/corsika2sql.cc

    r19963 r19964  
    122122
    123123    const mysqlpp::StoreQueryResult res =
    124         connection.query("EXPLAIN `"+table+"`").store();
     124        connection.query("EXPLAIN `CorsikaSetup`").store();
    125125
    126126    map<string, uint16_t> fields;
Note: See TracChangeset for help on using the changeset viewer.