1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/scripts
dlenev@brandersnatch.localdomain f49d4f5350 Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes server".
Instead of trying to open time zone tables during calculation of CONVERT_TZ() function
or setting of @@time_zone variable we should open and lock them with the rest of 
statement's table (so we should add them to global table list) and after that use such 
pre-opened tables for loading info about time zones.
2004-08-10 12:42:31 +04:00
..
2000-07-31 21:29:14 +02:00
2004-02-22 09:50:59 +02:00
2000-07-31 21:29:14 +02:00
2004-02-20 12:02:34 +01:00
2000-09-14 15:10:06 +03:00
2004-03-25 22:05:09 +02:00
2004-04-26 15:53:31 +03:00