Bug #4567 | Can't create a table named log | ||
---|---|---|---|
Submitted: | 15 Jul 2004 18:56 | Modified: | 15 Jul 2004 19:25 |
Reporter: | Will Hoffman | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.3 | OS: | Linux (SuSE Linux) |
Assigned to: | Dean Ellis | CPU Architecture: | Any |
[15 Jul 2004 18:56]
Will Hoffman
[15 Jul 2004 19:25]
Dean Ellis
I cannot repeat: mysql> CREATE TABLE log ( a int ); Query OK, 0 rows affected (0.02 sec) Perhaps you have no space between log and the parenthesis and it thinks you are using the log() function.