- 23 Dec, 2004 7 commits
-
-
ingo@mysql.com authored
Changed my_error() to print error messages, which come from arbitrary registered ranges of error messages. Messages can be unregistered (and should be at end of the program). Added registration of handler error messages. Added a new mi_print_error() macro and a new mi_report_error() function, which supply error messages with a table name. Added calls to mi_print_error() or mi_report_error() at all places in MyISAM, where table corruption is detected.
-
petr@mysql.com authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/wl925.4
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
-
gluh@gluh.mysql.r18.ru authored
changed field names in 'collations' table(discussed with PGulutzan)
-
- 21 Dec, 2004 11 commits
-
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0
-
petr@mysql.com authored
This fix icludes workaround for Irix compiler bug & removs some unused variables (resulted in warnings)
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/mysql-5.0
-
jan@hundin.mysql.fi authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.b7283
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.b7283
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0
-
jan@hundin.mysql.fi authored
-
- 20 Dec, 2004 6 commits
-
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-5.0-nov-clean
-
sergefp@mysql.com authored
so we read dependent tables after tables they depend on (this is needed for outer joins)
-
kaa@polly.local authored
into polly.local:/home/kaa/src/mysql-5.0
-
kaa@polly.local authored
-
ram@gw.mysql.r18.ru authored
-
dlenev@brandersnatch.localdomain authored
processing.
-
- 19 Dec, 2004 11 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
Fixed some found bugs in BIT fields Added more test cases for BIT fields and varchar
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
-
kaa@polly.local authored
into polly.local:/home/kaa/src/mysql-5.0
-
kaa@polly.local authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0
-
dlenev@brandersnatch.localdomain authored
We should not call free_tmp_table() for derived table in mysql_derived_filling(), since by this moment this table is already registered in THD::derived_tables list and thus free_tmp_table() will be called for it automatically in close_thread_tables().
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-tzbug
-
petr@mysql.com authored
-
- 18 Dec, 2004 5 commits
-
-
heikki@hundin.mysql.fi authored
Put a sensible value of thread id and process no to a background rollback transaction
-
heikki@hundin.mysql.fi authored
Fix the rollback progress printout in crash recovery
-
heikki@hundin.mysql.fi authored
Print progress of background rollback of transactions with more than 1000 undo log entries srv0start.c, trx0roll.c, log0recv.c, trx0roll.h: Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
-
heikki@hundin.mysql.fi authored
Do not use short int in rem0rec.ic, since its size is not fixed in ANSI C; improve comments of the relative offset field in a record; use mach_read_from_2() to read the relative offset field to save CPU time, if the compiler does not optimize a more complex access function
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-