Bug #7862 row names changes if u sql first from win and then for lin (or vice)
Submitted: 13 Jan 2005 6:56 Modified: 15 Feb 2005 15:24
Reporter: null null Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S3 (Non-critical)
Version:4.1.8 OS:Windows (windowsXP - FedoraCore3)
Assigned to: CPU Architecture:Any

[13 Jan 2005 6:56] null null
Description:
mysql 4.1.8 in windows xp + apache + php
fedora core 3 + apache + php

same files on both servers with samba

request from win the same as for lin

if you request from win you get something like row->result => id->2
then, if you request with fedora the same sql you get something like #$->2 (where #$ really is #$ or another string different than 'id').

after restarting mysql service you can get the 'right' row->result with linux, but if you do with windows it fails... you have to restart the service to get windows sql works (and then linux fails)

How to repeat:
in my case two computers (one windows, one linux) doing sql request to mysql (same db and table) service hosted in windows computer
[15 Jan 2005 15:24] Hartmut Holzgraefe
Do you have Query Cache enabled?
[16 Feb 2005 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".