An error occurred fetching the project authors.
- 12 Jun, 2002 2 commits
-
-
venu@myvenu.com authored
Missed change from previous resolve
-
venu@myvenu.com authored
new file Client-server protocol 4.1 changes - Server side: * Enhanced metadata information: - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows] - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows] - SHOW TABLE TYPES - SHOW PRIVILEGES - SHOW COLUMN TYPES (Not fully implemented) * Prepared execution * Long data handling in pieces * And other misc changes
-
- 11 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 07 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 04 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
-
- 02 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 May, 2002 1 commit
-
-
jani@hynda.(none) authored
thread_test and isamchk to use my_getopt. Fixed a bug in my_getopt.
-
- 08 May, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 06 May, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 18 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
-
- 26 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 22 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 14 Feb, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 13 Feb, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 08 Feb, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added counting of rollback's and commits Fixed bug in 'SELECT 0 LIMIT 0' Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
-
- 07 Feb, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in LOAD DATA FROM MASTER fixed rpl000001.result Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, which is still buggy. Will push this one after the pull/merge
-
- 30 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 20 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup of multi-table-delete in sql_yacc.yy Changed syntax of MAXIMUM QUERIES PER HOUR to MAX_QUERIES_PER_HOUR to not get too many reserved words.
-
- 26 Dec, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
* multi-table updates * new paid feature for limiting number of queries per hour for users * optional syntax for multi-table deletes * optimization for SQL_CALC_FOUND_ROWS * a small addition for CREATE .. SELECT that will be of future use I know that all this will require many additions to documentation, which I have not done, but I am at Arjen's disposal to help him document all this.
-
- 22 Dec, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Change tests to use database 'mysqltest' instead of 'foo' Add option to not print access denied messages to check_table_access()
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 13 Dec, 2001 4 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
New HEX() function. Final (?) cleanup of des_encrypt() / des_decrypt(). Added missing files to Makefiles.
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fixed bug in query cache. Cleaned up des_crypt code.
-
- 10 Dec, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 09 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added new operators to be used with gcc 3.0.x Update of query cache code. Added semaphores for Windows (not yet in use) Added pthread_mutex_trylock for windows.
-
- 05 Dec, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 21 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
it uses now thd->lex.ftfunc_list moved ft-initialization to a separate function re-disabled implicit ft initialization
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 03 Oct, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
-
sasha@mysql.sashanet.com authored
instrumented the server with DBUG_SYNC_POINT() macro
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-