An error occurred fetching the project authors.
- 17 Jun, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 31 May, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 07 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege.
-
- 30 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
-
- 28 Apr, 2003 2 commits
-
-
serg@serg.mylan authored
CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)
-
monty@mashka.mysql.fi authored
Fix for grant bug with SELECT *
-
- 23 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 21 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
* comparison with correct cached variable * preventing check_change_password to be called twice, once from set_var::check and the other time from change_password itself
-
- 16 Apr, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 15 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added logging of warnings for failed connections with ssl. Fixed bug in symbolic link handling on Windows
-
- 01 Apr, 2003 1 commit
-
-
guilhem@mysql.com authored
apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%, GRANT and REVOKE will not be replicated on the slave.
-
- 19 Feb, 2003 2 commits
-
-
lenz@mysql.com authored
commands" again, since this problem had been fixed differently already (Thanks to Serg for spotting this)
-
lenz@mysql.com authored
GRANT commands"
-
- 10 Feb, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 19 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a problem with SHOW PROCESSLIST
-
- 11 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
grant on database.* to xx@yy with grant option; is done.
-
- 09 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 26 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
-
- 07 Nov, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
monty@butch. authored
-
- 30 Oct, 2002 1 commit
-
-
gluh@gluh.(none) authored
-
- 29 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
-
- 25 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Accept zero dates without warnings
-
- 24 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Only write short usage if one starts mysqldump without any options Added query cache on windows Added error message if one can't read privilege tables
-
- 22 Sep, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
SET PASSWORD=... closed connection on error.
-
monty@mashka.mysql.fi authored
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-
- 20 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
-
- 16 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
-
- 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.
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-
- 23 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Removed compiler warnings.
-
- 09 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 08 Aug, 2002 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
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
-
- 07 Aug, 2002 3 commits
-
-
monty@hundin.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
once for all derived functions. I also reverted my patch for MONTH() and added a test case. My MONTH() patch was too specific. This is a general fix. Plus a fix for security flaw in database hash
-
Sinisa@sinisa.nasamreza.org authored
-
- 03 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
to 3.23
-