select

2008-12-18 Thread Marcos Dutra
Hi all,

I would like how to function select working internals. If each select
in BD is mono process or various select is processes in same time
without lock table?

Tks

Marcos

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



function select now()

2007-02-08 Thread Marcos Dutra

Hi,

I upgrade my mysql server and machine from Conectiva linux 8 and mysql
3.23.57 to Debian 3.1 and mysql 4.1.11 and my program don't work. This
program was made in Delphi with zeos component to conect mysql and the
program use function select now().
With conectiva 8 and mysql 3.23.57 this program return -mm-dd and after
upgrade to Debian return dd/mm/.
I changed in regional settings from win98 to show -mm-dd and worked but
when save any data with date from the program, this date not work correctly.

My question, why don't work after this upgrade?

Ps. I don't have the sources of this program :(

Thanks.
Marcos