diff options
author | unknown <serg@serg.mylan> | 2005-05-13 21:43:26 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-05-13 21:43:26 +0200 |
commit | c3f73a428193150df234881352875ca3383b9740 (patch) | |
tree | 9e1bd4a5606cc3fbf098258ca30e28d3864cdbb8 /sql/sql_base.cc | |
parent | cbbc4ff6a25accdd3e11a0e2719c2201d23a7b68 (diff) | |
download | mariadb-git-c3f73a428193150df234881352875ca3383b9740.tar.gz |
sql/ha_blackhole.cc
bug#10175 - blackhole.test hangs with "Warning: prev link 1 didn't point at previous lock at read: read lock with no write locks"
sql/sql_base.cc
libmysqld/examples/mysql.cc linking problem
sql/ha_blackhole.cc:
bug#10175 - blackhole.test hangs with "Warning: prev link 1 didn't point at previous lock at read: read lock with no write locks"
sql/sql_base.cc:
libmysqld/examples/mysql.cc linking problem
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index c580842ce06..e86362c857b 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -2522,7 +2522,7 @@ bool get_key_map_from_key_list(key_map *map, TABLE *table, if ((pos= find_type(&table->keynames, name->ptr(), name->length(), 1)) <= 0) { - my_error(ER_KEY_COLUMN_DOES_NOT_EXITS, MYF(0), name->c_ptr(), + my_error(ER_KEY_COLUMN_DOES_NOT_EXITS, MYF(0), name->c_ptr_safe(), table->real_name); map->set_all(); return 1; |