summaryrefslogtreecommitdiff
path: root/sql/tztime.cc
diff options
context:
space:
mode:
authordlenev@mysql.com <>2004-10-22 20:21:55 +0400
committerdlenev@mysql.com <>2004-10-22 20:21:55 +0400
commit0ea8f291863fd0f1be0dcc54d36b804e406d6d99 (patch)
tree0459ec01ddcf960a4e2477c51fc9a29dec5ae137 /sql/tztime.cc
parentaf7ecf4c785af1533eac814952c04ccf3d7f2968 (diff)
parente6a44b719a75b812008c2d8c795c41259a7887a2 (diff)
downloadmariadb-git-0ea8f291863fd0f1be0dcc54d36b804e406d6d99.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/dlenev/src/mysql-4.1-tzfix
Diffstat (limited to 'sql/tztime.cc')
-rw-r--r--sql/tztime.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/tztime.cc b/sql/tztime.cc
index 08e6fc7026e..c2143b0d5dd 100644
--- a/sql/tztime.cc
+++ b/sql/tztime.cc
@@ -1434,6 +1434,10 @@ tz_init_table_list(TABLE_LIST *tz_tabs)
This function creates list of TABLE_LIST objects allocated in thd's
memroot, which can be used for opening of time zone tables.
+ NOTE
+ my_tz_check_n_skip_implicit_tables() function depends on fact that
+ elements of list created are allocated as TABLE_LIST[4] array.
+
RETURN VALUES
Returns pointer to first TABLE_LIST object, (could be 0 if time zone
tables don't exist) and &fake_time_zone_tables_list in case of error.