Below is the list of changes that have just been committed into a local
5.1 repository of lthalmann. When lthalmann 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
1.2111 06/02/15 16:00:15 lars@stripped +1 -0
BUG#17181: mysqlslap did not properly autocreate the queries
client/mysqlslap.c
1.21 06/02/15 16:00:05 lars@stripped +1 -1
BUG#17181: mysqlslap did not properly autocreate the queries
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: lars
# Host: dl145j.mysql.com
# Root: /users/lthalmann/bk/mysql-5.1-new-bug17181
--- 1.20/client/mysqlslap.c 2006-02-14 04:09:06 +01:00
+++ 1.21/client/mysqlslap.c 2006-02-15 16:00:05 +01:00
@@ -730,7 +730,7 @@
strmov(ptr->string, query_string.str);
DBUG_PRINT("info", ("user_supplied_query %s", ptr->string));
dynstr_free(&query_string);
- DBUG_RETURN(0);
+ DBUG_RETURN(ptr);
}
static int
| Thread |
|---|
| • bk commit into 5.1 tree (lars:1.2111) BUG#17181 | Lars Thalmann | 15 Feb |