Use the – replicate-do-db, — replicate-do-table, or – replicate-wild-do-table option with the value equal to OLD_INVENTORY
Change the binlog_format option to ROW and restart mysqld before you create the OLD_INVENTORY table
Stop SQL_THREAD on the slave until you have finished using the OLD_INVENTORY temporary table
Set binlog_format=MIXED with the – replicate-ignore-temp-table option
Use the – replicate-ignore-table option with the value equal to OLD_INENTORY.OLD_INVENTORY and restart mysqld before creating the temporary table