Does this mean I can’t update another table from a trigger if I’m using MySQL < 5.0.10
Note Before MySQL 5.0.10, triggers cannot contain direct references to
tables by name. Beginning with MySQL 5.0.10, you can write triggers
such as the one named testref shown in this example…
This is correct. This FAQ states this fact in a less ambiguous way:
Please note the following limitation still exists in v5.5 and v5.6: