diff options
author | pgalbraith/patg@govinda.patg.net <> | 2006-08-11 14:06:23 -0700 |
---|---|---|
committer | pgalbraith/patg@govinda.patg.net <> | 2006-08-11 14:06:23 -0700 |
commit | 9da072cb5b08750756b8b4f7b92096ba46e91070 (patch) | |
tree | 6627db14ade7fca9116b6c169b58e977a92dc89e /storage | |
parent | b2ce951b81e97231a05d45c587b48bb41d4c99c4 (diff) | |
parent | 6b9629422323fdfa1709776d63b0eae1bd72cd1f (diff) | |
download | mariadb-git-9da072cb5b08750756b8b4f7b92096ba46e91070.tar.gz |
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-engines-merge
Diffstat (limited to 'storage')
-rw-r--r-- | storage/csv/ha_tina.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/csv/ha_tina.cc b/storage/csv/ha_tina.cc index 1b5098a7519..c806dd410f3 100644 --- a/storage/csv/ha_tina.cc +++ b/storage/csv/ha_tina.cc @@ -180,7 +180,7 @@ static int tina_done_func() } return 0; } - + /* Simple lock controls. |