| Summary: | mysql-5.0.26 - mysqld crashes when dont specify a table name in grant statement | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Damien <goosegog06> |
| Component: | [OLD] Server | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | radek |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Damien
2007-03-16 16:31:36 UTC
Maybe you could post mysql version? Plus the backtrace is not useful at all, check here how to create a better one: http://www.gentoo.org/proj/en/qa/backtraces.xml Sorry about the lack of info. It is a x86 box with the latest stable mysql (which is mysql 5.0) on that arch. The mysqld deamon (started with init mysqld) crashes when an invalid 'database.table' definition is given. I included the output from the mysqld.err log in the hope that it would give some incite into where the issue lies. Basically the problem seems to be (I guess) that when an invalid database.tablename is given to the grant statement (there is no table specified) the server segfaults due to an un-initialised pointer? This is reproduceable every time. I have left the bug resolved until I can get you some more info if there is anything else? $ mysql --version mysql Ver 14.12 Distrib 5.0.26, for pc-linux-gnu (i686) using readline 5.1 please retest on 5.0.38. If problem persists, file a bug with upstream. |