An error occurred fetching the project authors.
- 17 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 27 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 16 Mar, 2003 1 commit
-
-
root@home.(none) authored
system_charset_info was removed
-
- 11 Mar, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 04 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
-
- 03 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
+ fix for #70 + test result fix for LOAD DATA LOCAL bug #82
-
- 19 Feb, 2003 1 commit
-
-
pem@mysql.com authored
-
- 14 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with LIKE and BINARY
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 07 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed test suite for HPUX 10.20 and MacOSX
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-
- 27 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(To make the current tests results work on windows)
-
- 16 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 29 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
-
- 13 Oct, 2002 1 commit
-
-
hf@genie.(none) authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 29 Aug, 2002 1 commit
-
-
nick@mysql.com authored
Equivalent to: save_master_pos; connection slave; sync_with_master;
-
- 24 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed hang in start_slave_threads() when thread dies quickly.
-
- 18 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed configure problems with HPUX and openbsd SHOW SLAVE STATUS returns empty set if slave is not initialized SHOW MASTER STATUS returns empty set if binary logging is not enabled. Fixed shutdown problem on Solaris.
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 03 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added syntax for column comments (for compability with 4.1) Fix of ALTER TABLE RENAME
-
- 02 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added checking of sem_init() in configure.
-
- 29 May, 2002 1 commit
-
-
jani@hynda.(none) authored
of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
-
- 26 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added DBUG_ code to lib_vio.c
-
- 22 May, 2002 2 commits
-
-
jani@hynda.(none) authored
- some minor bugfixes - made code more readable - support for printing GET_BOOL type options in my_print_variables(), value is either TRUE or FALSE
-
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.
-
- 13 May, 2002 1 commit
-
-
miguel@hegel.local authored
-
- 28 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
-
- 14 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 09 Feb, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
got LOAD DATA INFILE replication from 3.23 master to 4.0 slave to work for some reason query_cache now fails - will push anyway and document the failure if I can repeat it.
-
- 25 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed a couple of bugs with SEQ_READ_APPEND cache rpl000016 still has non-deterministic result, but I am going to commit and push since what I have is now better than what is in the main repository
-
- 22 Dec, 2001 1 commit
-
-
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()
-