An error occurred fetching the project authors.
- 29 May, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 24 Mar, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 01 Mar, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 01 Feb, 2006 1 commit
-
-
dlenev@mysql.com authored
When we add new privilege we should update mysql-test/lib/init_db.sql accordingly.
-
- 31 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
add sql_mode to mysql.event WL#1034 (Internal CRON)
-
- 30 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
post-review change - use pointer instead of copy on the stack. WL#1034 (Internal CRON) This patch adds INFORMATION_SCHEMA.EVENTS table with the following format: EVENT_CATALOG - MYSQL_TYPE_STRING (Always NULL) EVENT_SCHEMA - MYSQL_TYPE_STRING (the database) EVENT_NAME - MYSQL_TYPE_STRING (the name) DEFINER - MYSQL_TYPE_STRING (user@host) EVENT_BODY - MYSQL_TYPE_STRING (the body from mysql.event) EVENT_TYPE - MYSQL_TYPE_STRING ("ONE TIME" | "RECURRING") EXECUTE_AT - MYSQL_TYPE_TIMESTAMP (set for "ONE TIME" otherwise NULL) INTERVAL_VALUE - MYSQL_TYPE_LONG (set for RECURRING otherwise NULL) INTERVAL_FIELD - MYSQL_TYPE_STRING (set for RECURRING otherwise NULL) SQL_MODE - MYSQL_TYPE_STRING (for now NULL) STARTS - MYSQL_TYPE_TIMESTAMP (starts from mysql.event) ENDS - MYSQL_TYPE_TIMESTAMP (ends from mysql.event) STATUS - MYSQL_TYPE_STRING (ENABLED | DISABLED) ON_COMPLETION - MYSQL_TYPE_STRING (NOT PRESERVE | PRESERVE) CREATED - MYSQL_TYPE_TIMESTAMP LAST_ALTERED - MYSQL_TYPE_TIMESTAMP LAST_EXECUTED - MYSQL_TYPE_TIMESTAMP EVENT_COMMENT - MYSQL_TYPE_STRING SQL_MODE is NULL for now, because the value is still not stored in mysql.event . Support will be added as a fix for another bug. This patch also adds SHOW [FULL] EVENTS [FROM db] [LIKE pattern] 1. SHOW EVENTS shows always only the events on the same user, because the PK of mysql.event is (definer, db, name) several users may have event with the same name -> no information disclosure. 2. SHOW FULL EVENTS - shows the events (in the current db as SHOW EVENTS) of all users. The user has to have PROCESS privilege, if not then SHOW FULL EVENTS behave like SHOW EVENTS. 3. If [FROM db] is specified then this db is considered. 4. Event names can be filtered with LIKE pattern. SHOW EVENTS returns table with the following columns, which are subset of the data which is returned by SELECT * FROM I_S.EVENTS Db Name Definer Type Execute at Interval value Interval field Starts Ends Status
-
- 26 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
WL#1034 (Internal CRON)
-
- 19 Jan, 2006 1 commit
-
-
cps@outpost.site authored
tree to get rid of multiple typos in CS comments and unify the patch.
-
- 12 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 16 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- varchar -> char - transient_expression -> interval_value - interval_type -> interval_field
-
- 15 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- fix EVENT_ACL problem that GRANT ALL on some_db.* to someone@somewhere did not get to mysql.db - fix crash when the following is executed : CREATE EVENT P() CREATE EVENT E ON SCHEDULER 1 SECOND DO ROLLBACK; (creation works as well as calling P() which creates the event).
-
- 05 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- split into several files - forbid parallel execution (before analyse is done how to make it possible) because the same sp_head instance cannot be executed in parallel - added GPL headers - changed EVENT_ACL to be per DB variable - fixed minor problems
-
- 06 Nov, 2005 1 commit
-
-
kent@mysql.com authored
Added system table 'mysql.plugin'
-
- 14 Oct, 2005 1 commit
-
-
joerg@mysql.com authored
-
- 01 Oct, 2005 1 commit
-
-
kent@mysql.com authored
mysql.user.password doesn't need utf8
-
- 23 Aug, 2005 1 commit
-
-
andrey@lmy004. authored
-
- 31 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 19 Jul, 2005 1 commit
-
-
jimw@mysql.com authored
by mysql-test-run.pl. (Bug #11954)
-
- 06 Jul, 2005 1 commit
-
-
kent@mysql.com authored
add new table privileges Makefile.am: Include path to regex dir was accidently removed
-
- 26 May, 2005 1 commit
-
-
kent@mysql.com authored
Updated test data in system tables
-
- 15 May, 2005 1 commit
-
-
kent@mysql.com authored
Not to conflict with Windows return code 2 for "not found", use 62 for "skip" init_db.sql: Initial db updates
-
- 29 Mar, 2005 1 commit
-
-
kent@mysql.com authored
Updates to be in sync with 'mysql_create_system_tables'
-
- 21 Mar, 2005 1 commit
-
-
kent@mysql.com authored
Added 'proc' and 'procs_priv' tables, updated others
-
- 09 Mar, 2005 1 commit
-
-
lars@mysql.com authored
-
- 17 Feb, 2005 1 commit
-
-
kent@mysql.com authored
Make SQL more readable, substitute hostname at runtime mysql-test-run.pl: Run init scripts with /bin/sh, ignore return code
-
- 07 Feb, 2005 1 commit
-
-
kent@mysql.com authored
Corrected user name passing Honor the --master-binary and --slave-binary options Insert the host name into 'user' table Added --udiff option, to get unified diff output Call special mtr_run_test() for running "mysqltest" mtr_report.pl: Added --udiff option, to get unified diff output init_db.sql: Insert the host name into 'user' table
-
- 30 Dec, 2004 1 commit
-
-
kent@mysql.com authored
Perl version of mysql-test-run new file
-
- 10 Nov, 2004 1 commit
-
-
wax@kishkin.ru authored
-
- 04 Nov, 2004 1 commit
-
-
wax@kishkin.ru authored
-
- 26 May, 2004 1 commit
-
-
monty@mysql.com authored
Applied patches for Netware
-
- 02 Oct, 2003 1 commit
-
-
greg@mysql.com authored
-
- 05 Mar, 2003 1 commit
-
-
greg@mysql.com[greg] authored
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 31 Jan, 2003 1 commit
-
-
gweir@work.mysql.com authored
new file Makefile.am: Changes from Novell diff
-