Author: Dmitriy Kulikov Email: Message: I got "Empty set" for both databases.
mysql> use mnogosearch_new; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> SELECT word, hex(word) FROM bdict WHERE word RLIKE '^[^a-z]$' LIMIT 30; Empty set (0,02 sec) mysql> use mnogosearch; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> SELECT word, hex(word) FROM bdict WHERE word RLIKE '^[^a-z]$' LIMIT 30; Empty set (0,02 sec) Reply: <http://www.mnogosearch.org/board/message.php?id=21778> _______________________________________________ General mailing list General@mnogosearch.org http://lists.mnogosearch.org/listinfo/general