An error occurred fetching the project authors.
- 28 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Build lib/init-db.sql from the output of mysql_create_system_tables - Remove mysql-test/init_db.sql and mysql-test/lib/init_db.sql - Leave netware/init_db.sql until 5.0 where we should soon have possibility to test with mysql-test-run.pl
-
- 24 Oct, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
-
- 01 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 10 Aug, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert"" The previous bug fix didn't work when using partial keys. Don't use GNUC min/max operations are they are depricated. Fixed valgrind warning
-
- 04 Jul, 2006 1 commit
-
-
bar@mysql.com authored
(implemented by by Josh Chamas)
-
- 17 Jan, 2006 1 commit
-
-
svoj@april.(none) authored
libmysqlclient versioning when linked with GNU ld.
-
- 15 Sep, 2005 1 commit
-
-
monty@mysql.com authored
Ignored some generated files
-
- 09 Sep, 2005 1 commit
-
-
jonas@eel.(none) authored
new testprogram testSRBank
-
- 19 Aug, 2005 1 commit
-
-
sasha@asksasha.com authored
We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and logging now is done in batches - new batch is started if the buffer becomes full. Reduced memory usage by reusing the table list instead of accumulating a list of dropped table names. Also fixed the problem if the table was not actually dropped, eg due to permissions. Extended the test case to make sure batched query logging does work.
-
- 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
-
- 26 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Fixed portability problem with bool in C programs Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) my_sleep() -> pthread_cond_timedwait()
-
- 07 Jun, 2005 1 commit
-
-
elliot@mysql.com authored
-
- 05 Mar, 2005 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
dumped with --hex-blob and --skip-extended-insert options.
-
- 25 Feb, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 08 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that references in HAVING, ORDER BY or GROUP BY are calculated after fields in SELECT. This will ensure that any reference to these has a valid value. Generalized the code for split_sum_func()
-
- 25 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 20 Jan, 2005 1 commit
-
-
lenz@mysql.com authored
- renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
-
- 03 Jan, 2005 2 commits
-
-
monty@mysql.com authored
-
wax@kishkin.ru authored
added sort of file names for all OS
-
- 30 Dec, 2004 1 commit
-
-
joerg@mysql.com authored
Clean up the handling of "server" and "client" directories, while still avoiding the double listing of common directories in 'SUBDIRS' macro ("make distclean" had failed due to that). Solves bug#7368: "regex make error in 4.1.8"
-
- 14 Dec, 2004 1 commit
-
-
wax@kishkin.ru authored
corrected mysql_test_run_new.dsp added dependency corrected path of mysql_test_run_new.dsp fixed wrong code added my_create_tables.c removed command_line fixed #elif restored NAME_MAX and MAX_FNAME added create_system_files() added compare() for windows added all files of testes in script added mysql-test in script
-
- 07 Dec, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 02 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 22 Nov, 2004 1 commit
-
-
lenz@mysql.com authored
-
- 19 Nov, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 05 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
-
- 21 Oct, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 05 Sep, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 24 Aug, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
(fixed Bug #4462 libedit compile failure)
-
- 19 Aug, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 12 Aug, 2004 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 26 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 24 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
result of SHOW TABLE STATUS
-
- 23 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
-
- 22 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions.
-
- 18 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Added basic per-thread time zone functionality (based on public domain elsie-code). Now user can select current time zone (from the list of time zones described in system tables). All NOW-like functions honor this time zone, values of TIMESTAMP type are interpreted as values in this time zone, so now our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH LOCAL TIME ZONE (or proper PostgresSQL type). WL#1266 "CONVERT_TZ() - basic time with time zone conversion function". Fixed problems described in Bug #2336 (Different number of warnings when inserting bad datetime as string or as number). This required reworking of datetime realted warning hadling (they now generated at Field object level not in conversion functions). Optimization: Now Field class descendants use table->in_use member instead of current_thd macro.
-