Hi Cleber,

I was updating my Cobbler integration series and noticed the schema file
got bumped by you in the subject-mentioned commit.

But the schema now contains a bunch of pointless statements like:

--
-- Dumping data for table `afe_aborted_host_queue_entries`
--

LOCK TABLES `afe_aborted_host_queue_entries` WRITE;
/*!40000 ALTER TABLE `afe_aborted_host_queue_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `afe_aborted_host_queue_entries` ENABLE KEYS */;
UNLOCK TABLES;


Previously, the schema file was created with '-d', I think, and no data
was dumped. Not passing this option increases the file by some 3k! Was
this intentional? If not, can we revert back to the old model.

Thanks,
Nish

-- 
Nishanth Aravamudan <[email protected]>
IBM Linux Technology Center

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to