Mysql merge table and table comments.

2012-02-01 Thread koch
Hi! I have a simple question. Mysql version is 5.0.87 I have some merged tables. Can I alter 1 table and change a table comment? Is it legal? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Mysql merge table and table comments.

2012-02-01 Thread Johan De Meersman
- Original Message - From: k...@inbox.lv I have some merged tables. Can I alter 1 table and change a table comment? Is it legal? As long as you don't change the table structure or name that shouldn't be a problem, I think. -- Bier met grenadyn Is als mosterd by den wyn Sy die't

mysql merge table

2007-04-30 Thread Frederic Belleudy
hi there, i dont know if i did something wrong with the merge table or didnt understand the purpose of it so here is what i did, i ve created 2 tables with the same definition (keys and colums) then ive create the merge table and replace the primary key by an index key and every other

Re: mysql merge table

2007-04-30 Thread Rolando Edwards
Please do a 'show create table table name\G' Then we could explore the Merge Table scenario. - Original Message - From: Frederic Belleudy [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Monday, April 30, 2007 11:14:24 AM (GMT-0500) America/New_York Subject: mysql merge table hi