18 messages in com.mysql.lists.bugsRe: [software] Next update problem
FromSent OnAttachments
Alexander Aulbach04 Dec 2000 15:46 
Sinisa Milivojevic05 Dec 2000 05:28 
Alexander Aulbach06 Dec 2000 04:39 
Sinisa Milivojevic06 Dec 2000 04:55 
Alexander Aulbach06 Dec 2000 06:58 
Michael Widenius06 Dec 2000 10:56 
Sasha Pachev06 Dec 2000 11:39 
Alexander Aulbach07 Dec 2000 06:42 
Michael Widenius07 Dec 2000 17:39 
Alexander Aulbach08 Dec 2000 04:22 
Michael Widenius09 Dec 2000 04:38 
Werner Maier09 Dec 2000 06:51 
Michael Widenius10 Dec 2000 07:23 
Alexander Aulbach11 Dec 2000 07:10 
Alexander Aulbach13 Dec 2000 07:02.tgz
Michael Widenius14 Dec 2000 23:04 
Alexander Aulbach15 Dec 2000 03:28 
Michael Widenius15 Dec 2000 16:51 
Subject:Re: [software] Next update problem
From:Alexander Aulbach (ssi@mainmedia.de)
Date:12/15/2000 03:28:37 AM
List:com.mysql.lists.bugs

On Fri, 15 Dec 2000, Michael Widenius wrote:

"Alexander" == Alexander Aulbach <ssi@mainmedia.de> writes:

Alexander> Hi, Monty, today we found another bug. I think this is cause of your
last Alexander> patch we put into our current mysql-installation (think, you remember Alexander> it).

Alexander> With this mail I attached the tables.

Alexander> Here is the bug:

mysql> update active_sessions set p_valenc='slashes', p_valpos='000000',
p_val='$this->in = \'\'; $this->pt = array(); $this->pt[\'auth\'] = \'1\';
$this->pt[\'qv\'] = \'1\'; $GLOBALS[\'auth\']=new
antz_Auth;$GLOBALS[\'auth\']->auth = array (); $GLOBALS[\'auth\']->auth[\'uid\']
= \'nobody\'; $this->pt[\'qv\'] = \'1\'; $GLOBALS[\'auth\']=new
antz_Auth;$GLOBALS[\'auth\']->auth = array(); $GLOBALS[\'auth\']->auth[\'uid\']
= \'nobody\'; $GLOBALS[\'auth\']->auth[\'perm\'] = \'\';
$GLOBALS[\'auth\']->auth[\'exp\'] = \'2147483647\';
$GLOBALS[\'auth\']->auth[\'uname\'] = \'ssilk\';
$GLOBALS[\'auth\']->auth[\'refresh\'] = \'2147483647\'; $GLOBALS[\'auth\']->mode
= \'log\'; $GLOBALS[\'auth\']->in = \'1\'; $GLOBALS[\'qv\'] = array();
$GLOBALS[\'qv\'][\'client\'] = array(); $GLOBALS[\'qv\'][\'client\'][\'val\'] =
\'mp\'; $GLOBALS[\'qv\'][\'category\'] = array();
$GLOBALS[\'qv\'][\'category\'][\'val\'] = \'\'; ', p_changed='20001213152641'
where p_sid='3528da0271a181c682b64ed5d4a3a883' and p_name='antz_Sess'; Alexander> Query OK, 0 rows affected (0.00 sec) Alexander> Rows matched: 1 Changed: 0 Warnings: 0 Alexander> ^^^^^^^^^^ nothing changed!!!

I have now tested this with MySQL 3.23.29, and I got:

Query OK, 1 row affected (0.70 sec) Rows matched: 1 Changed: 1 Warnings: 0

So it seams that this works now (I did a few small changes after I mailed the last patch to you and this probably fixed this problem)

Fine! :-)

Sorry Monty, we are in the "hot phase" of finishing our product. Would you be so kind to send us the patches? Or do you expect to release the 3.23.29 during weekend?