An error occurred fetching the project authors.
- 15 Jan, 2009 1 commit
-
-
Alexander Nozdrin authored
with mysql_change_user) to 5.0.
-
- 13 Feb, 2008 1 commit
-
-
anozdrin/alik@quad. authored
behave randomly with mysql_change_user. The test case had to be moved into not_embedded_server.test file, because SHOW GLOBAL STATUS does not work properly in embedded server (see bug 34517).
-
- 02 May, 2007 1 commit
-
-
cmiller@zippy.cornsilk.net authored
renamed. Some new THD proc_info states are new. Directories must be encountered in make in a specific order, to have symlinks already set. Move community-server-specific tests into own tests, so that we can exempt them from testing on enterprise servers.
-
- 15 Aug, 2006 1 commit
-
-
stewart@willster.(none) authored
make test ignore NDB injector thread
-
- 12 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
event_scheduler_ng.cc/h is no more
-
- 23 May, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 02 Sep, 2005 1 commit
-
-
konstantin@mysql.com authored
The idea of the patch is to separate statement processing logic, such as parsing, validation of the parsed tree, execution and cleanup, from global query processing logic, such as logging, resetting priorities of a thread, resetting stored procedure cache, resetting thread count of errors and warnings. This makes PREPARE and EXECUTE behave similarly to the rest of SQL statements and allows their use in stored procedures. This patch contains a change in behaviour: until recently for each SQL prepared statement command, 2 queries were written to the general log, e.g. [Query] prepare stmt from @stmt_text; [Prepare] select * from t1 <-- contents of @stmt_text The chagne was necessary to prevent [Prepare] commands from being written to the general log when executing a stored procedure with Dynamic SQL. We should consider whether the old behavior is preferrable and probably restore it. This patch refixes Bug#7115, Bug#10975 (partially), Bug#10605 (various bugs in Dynamic SQL reported before it was disabled).
-
- 27 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Moved test for 'show full processlist' to not_embedded_server.test becasue it could fail on a slow computer where previous connections has not yet disconnected
-