mysqld crashed with simple select statement... (no replies)
(MySQL.com) Hi,
I'm new using MySQL, and I have an issue with a simple SQL statement:
SELECT count( distinct col_1 ) FROM vw_table_1
When I run this statement, mysqld crashes...
vw_table_1 is a view defined on table_1 table.
The table has 34000 rows