Centrino
unread,Oct 25, 2012, 5:53:54 AM10/25/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am having the following problem:
When I run the first select statement it fails with ERROR 1424 (HY000)
and inmediatelly running the same statement, I get the correct selection
Subsequent selections run ok, except the fist one.
Server version: 5.5.28 on windows.
Any clue?
Thanks in advance
The log:
mysql> select * from catalogoconf;
ERROR 1424 (HY000): Recursive stored functions and triggers are not allowed.
mysql> select * from catalogoconf;
+------------+--------------+---------+-------------------------+-----------+
| fecha | pprofundidad | eventos | senergia | pmagnitud
|
+------------+--------------+---------+-------------------------+-----------+
| 2011-07-19 | 12.35 | 2 | 20768343135.85590 | 1.76
|
.
.
.
.
Etc.