An error occurred fetching the project authors.
- 16 Mar, 2007 2 commits
-
-
brian@zim.(none) authored
The pthread() support was not working. Once I fixed use-thread in a previous push I realized that the pthread/windows code was not working. I've replaced the fork/thread design with a pure pthread design using condition timers and broadcast. Ramification, UNIX now uses thread, support for slaves had to be dropped and there is no need for the --use-threads flag. Added --concurrency=0 option so that it will start at 1 and keep going up until something bad happens :)
-
brian@zim.(none) authored
Updated engine to also handle create options Secondary indexes can now be generated (aka the test PeterZ thoughts!)
-
- 13 Mar, 2007 2 commits
-
-
brian@zim.(none) authored
-
brian@zim.(none) authored
-
- 12 Mar, 2007 1 commit
-
-
brian@zim.(none) authored
Cleaned up memory allocation so that in all cases of malloc failure the application ends execution. Default values for auto-generate have been made available for adjusting. Key test for rights now works with either type of keys.
-
- 07 Mar, 2007 1 commit
-
-
brian@zim.(none) authored
Fixed for autoincrement support/GUID
-
- 04 Feb, 2007 1 commit
-
-
brian@zim.(none) authored
Just a bad copy/paste of help info
-
- 29 Jan, 2007 1 commit
-
-
brian@zim.(none) authored
Extended mysqlslap.c for auto tests (see the comment on the mysqlslap.c file). I also fixed a bug where limit was not being reached.
-
- 27 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 30 Nov, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
- Removed not used variables - Changed some ulong parameters/variables to ulonglong (possible serious bug) - Added casts to get rid of safe assignment from longlong to long (and similar) - Added casts to function parameters - Fixed signed/unsigned compares - Added some constructores to structures - Removed some not portable constructs Better fix for bug Bug #21428 "skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown" (Added new parameter to net_clear() to define when we want the communication buffer to be emptied)
-
- 27 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Ensure that my_size_t is always unsigned (to get predictiable results from system to system) Removed some %lld, as these are not portable
-
- 26 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
-
- 27 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add loop in mysqlslap that tries to connect up to 10 times if connect in thread fails.
-
- 20 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Using CLIENT_MULTI_RESULTS is needed to execute stored procedures
-
- 28 Apr, 2006 1 commit
-
-
paul@polar.kitebird.com authored
Avoid embedding a bunch of whitespace in --help message.
-
- 13 Apr, 2006 1 commit
-
-
bpontz@shasta.mysql.com authored
assigning "mysql" variable from return value of mysql_real_connect.
-
- 11 Apr, 2006 5 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Terminate loop not only when the limit is met, but alse when there is no more stmts
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Add more printouts it depending on verbose level - New common function 'run_query' to be used when executing a query
-
msvensson@neptunus.(none) authored
Don't use the MYSQL* returned from mysql_real_connect to overwrite the already initalised mysql variable
-
- 29 Mar, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 27 Mar, 2006 1 commit
-
-
bpontz@shasta.mysql.com authored
-
- 10 Mar, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 02 Mar, 2006 1 commit
-
-
serg@serg.mylan authored
per run, failing ALL mysql_real_connect() calls - nobody noticed, the test always appeared to "pass".
-
- 26 Feb, 2006 1 commit
-
-
brian@zim.(none) authored
This patch handles compiles with threads, namely if you don't have pthreads it will remove support for threads in the applications (and it is fixed in such a way that tests won't break).
-
- 19 Feb, 2006 1 commit
-
-
brian@zim.tangent.org authored
Fixed some threading issues that Guilhem found (and its what I get for copy and pasting from elsewhere without thinking about it). Added depracted messages to BACKUP, RESTORE, and LOAD TABLE FROM MASTER (which doesn't work well).
-
- 14 Feb, 2006 2 commits
-
-
serg@serg.mylan authored
1. dbug state is now local to a thread 2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL, DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF 3. macros are do{}while(0) wrapped 4. incremental modifications to the dbug state (e.g. "+d,info:-t") 5. dbug code cleanup, style fixes 6. _db_on_ and DEBUGGER_ON/OFF removed 7. rest of MySQL code fixed because of 3 (missing ;) and 6 8. dbug manual updated 9. server variable @@debug (global and local) to control dbug from SQL! a. -#T to print timestamps in the log
-
brian@zim.tangent.org authored
-
- 26 Jan, 2006 1 commit
-
-
brian@zim.tangent.org authored
Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo its now my_strndup(). my_stat() gettinng the correct parameter list may be next :)
-
- 20 Jan, 2006 1 commit
-
-
SergeyV@selena. authored
-
- 19 Jan, 2006 2 commits
-
-
paul@snake-hub.snake.net authored
Fix incorrect option description.
-
paul@snake-hub.snake.net authored
Put options in standard order: --help first, then lexically. Rename --number-of-query to --number-of-queries.
-
- 16 Jan, 2006 1 commit
-
-
SergeyV@selena. authored
-
- 12 Jan, 2006 2 commits
-
-
brian@zim.tangent.org authored
Added --use-threads option for porting to Windows.
-
brian@zim.tangent.org authored
-
- 03 Jan, 2006 1 commit
-
-
knielsen@mysql.com authored
head_sptr array was wrong.
-
- 02 Jan, 2006 3 commits
-
-
knielsen@mysql.com authored
apparently lost in merge.
-
brian@zim.(none) authored
Cleaned up memory allocation to be a little more staight forward (though I suspect someone will hate my sizeof() increment). Nothing really to see here. Updated comments in code. More comments are probably needed, but isn't that always the case?
-
brian@zim.(none) authored
Now does averaging when running iterations. Realligned a bunch of code and continued to remove global variables. Added CSV output along with printable. Structures are now provided for print options so adding XML, HTML, ... should now be trivial.
-