
| Current Path : /var/www/web-klick.de/dsh/10_customer2017/dump/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/10_customer2017/dump/mdb.dump |
#================== # data.frm #================== # # The .frm file is a TABLE. # CREATE TABLE Statement: CREATE TABLE `data` ( `timestamp` int(10) unsigned NOT NULL, `day_string` varchar(8) NOT NULL, `tsdiff` mediumint(9) DEFAULT NULL, `ip` varchar(15) NOT NULL, `var` varchar(255) NOT NULL, `err_state` tinyint(3) unsigned DEFAULT NULL, `real_val` varchar(255) DEFAULT NULL, `corr_val` varchar(255) DEFAULT NULL ) ENGINE=InnoDB; #...done. #================== # ipstruct.frm #================== # # CREATE TABLE Statement: CREATE TABLE `ipstruct` ( `ifip` varchar(15) NOT NULL, `op_if` varchar(15) DEFAULT NULL, `clip` varchar(15) DEFAULT NULL, `op_clip` varchar(15) DEFAULT NULL, `speed` int(10) unsigned DEFAULT NULL, `pri_sek` char(1) DEFAULT NULL, `ts` int(10) unsigned DEFAULT NULL, `rzbk` varchar(8) DEFAULT NULL, `fns` char(3) DEFAULT NULL, `start_loc` varchar(255) NOT NULL, `start_weight` smallint(5) unsigned NOT NULL, `end_loc` varchar(255) NOT NULL, `end_weight` smallint(5) unsigned NOT NULL, `cid` int(10) unsigned DEFAULT NULL, `speedup` int(10) unsigned DEFAULT NULL, PRIMARY KEY `PRIMARY` (`ifip`), KEY `clip` (`clip`) ) ENGINE=InnoDB COMMENT 'InnoDB free: 49309696 kB'; #...done. #================== # kbe_export.frm #================== # # CREATE TABLE Statement: CREATE TABLE `kbe_export` ( `monat` varchar(6) NOT NULL, `datum` varchar(8) NOT NULL, `pri_sek` char(1) NOT NULL, `fns` varchar(5) DEFAULT NULL, `rzbk` varchar(8) DEFAULT NULL, `ifip` varchar(15) NOT NULL, `clip` varchar(15) DEFAULT NULL, `speed` int(10) unsigned DEFAULT NULL, `min_in` int(10) unsigned DEFAULT NULL, `avg_in` int(10) unsigned DEFAULT NULL, `max_in` int(10) unsigned DEFAULT NULL, `gt_in` int(10) unsigned DEFAULT NULL, `min_out` int(10) unsigned DEFAULT NULL, `avg_out` int(10) unsigned DEFAULT NULL, `max_out` int(10) unsigned DEFAULT NULL, `gt_out` int(10) unsigned DEFAULT NULL, `weight` tinyint(3) unsigned DEFAULT NULL, `addr_from` varchar(255) DEFAULT NULL, `addr_to` varchar(255) DEFAULT NULL, `errordiff` int(10) unsigned DEFAULT NULL, PRIMARY KEY `PRIMARY` (`datum`,`ifip`), KEY `monat` (`monat`) ) ENGINE=InnoDB; #...done. #================== # sql-1b55_1ce6.frm #================== # #================== # store_ext.frm #================== # # CREATE TABLE Statement: CREATE TABLE `store_ext` ( `day_string` varchar(8) NOT NULL, `ip` varchar(15) NOT NULL, PRIMARY KEY `PRIMARY` (`day_string`,`ip`) ) ENGINE=InnoDB; #...done. #================== # transfersum.frm #================== # # WARNING: Cannot generate character set or collation names without the --server option. # CAUTION: The diagnostic mode is a best-effort parse of the .frm file. As such, it may not identify all of the components of the table correctly. This is especially true for damaged files. It will also not read the default values for the columns and the resulting statement may not be syntactically correct. # Reading .frm file for transfersum.frm: # The .frm file is a TABLE. # CREATE TABLE Statement: CREATE TABLE `transfersum` ( `timestamp` int(10) unsigned NOT NULL AUTO_INCREMENT, `day_string` varchar(8) NOT NULL, `net` char(1) NOT NULL, `sum_in` int(10) unsigned NOT NULL, `sum_out` int(10) unsigned NOT NULL, `sum_err` int(10) unsigned NOT NULL, `cnt_sum` int(10) unsigned NOT NULL, PRIMARY KEY `PRIMARY` (`timestamp`,`net`), KEY `Index_2` (`day_string`) ) ENGINE=InnoDB COMMENT 'InnoDB free: 38026240 kB; InnoDB free: 38017024 kB; InnoDB f'; #...done.