Unique key violations

2004-10-14 Thread Matt Parlane
Hi all... I am having a problem with unique key violations in one of my tables. This is the table structure: CREATE TABLE `optionaldata` ( `ForeignID` int(10) unsigned NOT NULL default '0', `FieldID` int(10) unsigned NOT NULL default '0', `Value` char(200) default NULL, UNIQUE KEY `Citiz

Re: Password function not working with latest 4.1 tree

2002-12-19 Thread Matt Parlane
he original PASSWORD() function was irreversible. Therefore I am left with no choice but to use a deprecated function... which I really don't want to do... What do you suggest? Regards, Matt Parlane Modus Consulting sql,query ---

PASSWORD() function not working

2002-12-18 Thread Matt Parlane
>Description: The password function does not work as intended with latest 4.1 tree (today's). It returns a string of LENGTH() = 45 starting with a * (asterisk) and 44 alphanumeric characters /[a-z0-9]/ >How-To-Repeat: Using latest 4.1 BK tree, SELECT PASSWORD('something'); >Fix: Not kno

Crash when adding field

2002-09-02 Thread Matt Parlane
o log sequence number 0 43922 020903 10:17:28 InnoDB: Flushing modified pages from the buffer pool... 020903 10:17:28 InnoDB: Started /usr/local/mysql/bin/mysqld: ready for connections ~~ If you need any more info, please get back to me. Thanks, Matt Parlane __