e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/inc/mysqlTableStatus.h src/hg/inc/mysqlTableStatus.h index b8bafaf..e8f61cd 100644 --- src/hg/inc/mysqlTableStatus.h +++ src/hg/inc/mysqlTableStatus.h @@ -1,19 +1,22 @@ /* mysqlTableStatus.h was originally generated by the autoSql program, which also * generated mysqlTableStatus.c and mysqlTableStatus.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2004 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef MYSQLTABLESTATUS_H #define MYSQLTABLESTATUS_H #define MYSQLTABLESTATUS_NUM_COLS 13 struct mysqlTableStatus /* Table status info from MySQL. Just includes stuff common to 3.1 & 4.1 */ { struct mysqlTableStatus *next; /* Next in singly linked list. */ char *name; /* Name of table */ char *type; /* Type - MyISAM, InnoDB, etc. */ char *rowFormat; /* Row storage format: Fixed, Dynamic, Compressed */ int rowCount; /* Number of rows */ int averageRowLength; /* Average row length */ int dataLength; /* Length of data file */