OK to push
konstantin@stripped wrote:
> Below is the list of changes that have just been committed into a local
> 5.1 repository of kostja. When kostja does a push these changes will
> be propagated to the main repository and, within 24 hours after the
> push, to the public repository.
> For information on how to access the public repository
> see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
>
> ChangeSet@stripped, 2007-10-30 22:32:20+03:00, kostja@bodhi.(none) +7 -0
> In ha_delete_table, use a standard mechanism to intercept the error message
> and convert it to a warning instead of direct manipulation with the
> thread error stack.
> Fix a bug in handler::print_erorr when a garbled message was
> printed for HA_ERR_NO_SUCH_TABLE.
> This is a pre-requisite patch for the fix for Bug#12713 Error in a stored
> function called from a SELECT doesn't cause ROLLBACK of statem"
>
> sql/handler.cc@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +45 -25
> Use a standard mechanism to intercept the error message, instead
> of direct manipulation with thread error stack.
> Fix a bug when for HA_ERR_NO_SUCH_TABLE handler::print_error() would
> print a garbled message.
>
> sql/log.cc@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +2 -1
> Extend internal error handler interface to carry the message text.
>
> sql/mysqld.cc@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +1 -1
> Extend internal error handler interface to carry the message text.
>
> sql/sql_base.cc@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +2 -1
> Extend internal error handler interface to carry the message text.
>
> sql/sql_class.cc@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +2 -2
> Extend internal error handler interface to carry the message text.
>
> sql/sql_class.h@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +2 -1
> Extend internal error handler interface to carry the message text.
>
> sql/sql_error.cc@stripped, 2007-10-30 22:32:17+03:00, kostja@bodhi.(none) +1 -1
> Extend internal error handler interface to carry the message text.
>
>
Thanks,
Marc