diff options
author | stuconnolly <stuart02@gmail.com> | 2009-07-01 18:23:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-07-01 18:23:51 +0000 |
commit | d53b0df83b77422a2f37e8c53843313ae1a186b5 (patch) | |
tree | 34ae64aaee084e3e27a6bbaca0772ae43143506d /Source/TablesList.h | |
parent | cdafb3e3ebcb3e6ef1fad77347916fd69a84a1cb (diff) | |
download | sequelpro-d53b0df83b77422a2f37e8c53843313ae1a186b5.tar.gz sequelpro-d53b0df83b77422a2f37e8c53843313ae1a186b5.tar.bz2 sequelpro-d53b0df83b77422a2f37e8c53843313ae1a186b5.zip |
When displaying the add new table sheet use SPDatabaseData to get the available storage engines instead of the information_schema.engines table, which doesn't exist in versions other than MySQL 5.
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 032f7f15..8a13e487 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -46,6 +46,7 @@ enum sp_table_types IBOutlet id tableDumpInstance; IBOutlet id tableDataInstance; IBOutlet id extendedTableInfoInstance; + IBOutlet id databaseDataInstance; IBOutlet id tableWindow; IBOutlet id copyTableSheet; |