MySQL Forums
Forum List  »  Replication

Re: slave stuck
Posted by: Gareth Williams
Date: February 01, 2010 07:57PM

I may have hit the 16MB limit since I'm using the default:
mysql> show variables like 'max_heap_table_size';
+---------------------+----------+
| Variable_name | Value |
+---------------------+----------+
| max_heap_table_size | 16777216 |
+---------------------+----------+
1 row in set (0.00 sec)

It seems a bit strange that it worked on the master but failed on the slave - very similar setups except for the non-mysql processes running on the servers.

I believe the table is an optimization for the user and should be in memory.

I'll try not replicating it and report back in case others are interested.

Options: ReplyQuote


Subject
Views
Written By
Posted
5432
January 27, 2010 11:06PM
1849
January 29, 2010 09:06PM
1664
February 01, 2010 12:01AM
1573
February 01, 2010 02:15PM
Re: slave stuck
1607
February 01, 2010 07:57PM
1627
February 01, 2010 08:24PM
1690
February 01, 2010 11:54PM
1664
February 03, 2010 05:01AM
1550
February 03, 2010 10:59PM
1609
February 04, 2010 07:47PM
2039
February 21, 2010 07:30PM
1690
February 22, 2010 02:27PM
1508
February 24, 2010 10:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.