- 29 Jan, 2005 2 commits
-
-
unknown authored
client/mysqldump.c: merged changes for bug #5185 into the 50 tree.
-
unknown authored
mysqldump.c: Trimmed some lines to be less than 80 chars. Using just NAME_LEN now for table name buffers client/mysqldump.c: Trimmed some lines to be less than 80 chars. Using just NAME_LEN now for table name buffers
-
- 27 Jan, 2005 19 commits
-
-
unknown authored
Added the get_actual_table_name function that issues a SHOW TABLES LIKE '%s'. This will get the table name in the proper case. We use this table name rather than the one given on the command line. This will prevent problems when importing SQL on Linux that was generated on a Windows platform where case can be an issue. mysqldump.c: call get_actual_table_name to get the table name in the proper case client/mysqldump.c: call get_actual_table_name to get the table name in the proper case
-
unknown authored
Add includes for the _stat() call to compile on Windows in Hot Backup build innobase/os/os0file.c: Add includes for the _stat() call to compile on Windows in Hot Backup build
-
unknown authored
Add a note to the error message that is printed when memory allocation fails: 32-bit computers usually have at most 2 GB or 4 GB process memory space innobase/ut/ut0mem.c: Add a note to the error message that is printed when memory allocation fails: 32-bit computers usually have at most 2 GB or 4 GB process memory space
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.last
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.last
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 BUILD/SETUP.sh: Auto merged include/my_global.h: Auto merged mysql-test/r/lowercase_table2.result: Auto merged mysql-test/r/order_by.result: Auto merged mysql-test/t/order_by.test: Auto merged sql/item_timefunc.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
Adjusted the "Usage:" string. Ordered the option recognition in reverse order from "Usage:".
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
CAST now always return a well-formed character string. sql/item_timefunc.cc: CAST now always return a well-formed character string.
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
unknown authored
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
-
unknown authored
failed to find the newly introduced extra/mysqld_ername.h header file) VC++Files/client/mysqltest.dsp: - added "../extra" to the include path (Windows compile failed to find the newly introduced extra/mysqld_ername.h header file)
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 sql/set_var.cc: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-
- 26 Jan, 2005 19 commits
-
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 BUILD/SETUP.sh: Auto merged configure.in: Auto merged innobase/fil/fil0fil.c: Auto merged innobase/include/univ.i: Auto merged
-
unknown authored
Added a call to close the meta file after a repair.
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 sql/set_var.cc: Auto merged
-
unknown authored
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0 sql/field.h: Auto merged sql/mysql_priv.h: Auto merged sql/set_var.cc: Auto merged
-
unknown authored
sql/ha_federated.cc: changes to get rid of compile warnings sql/ha_federated.h: changes to get rid of compile warnings
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg7637 sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0
-
unknown authored
Archive fix by Ingo. Innodb compile fix by Monty. configure.in: Auto merged innobase/include/univ.i: Auto merged BUILD/SETUP.sh: Auto merged mysql-test/t/archive.test: Auto merged sql/examples/ha_archive.cc: Auto merged sql/examples/ha_archive.h: Auto merged sql/handler.cc: Auto merged sql/sql_select.cc: Auto merged innobase/fil/fil0fil.c: Merged Montys fix.
-
unknown authored
to avoid linking problems referring to the variable from .c programs.
-
unknown authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 sql/sql_insert.cc: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
Moved initialization code into a new init function. Added a new cleanup function. Added a call to close the meta file. mysql-test/t/archive.test: Test Bug: Memory leaks in the archive handler. Fixed a typo. sql/examples/ha_archive.h: Test Bug: Memory leaks in the archive handler. Added declarations for the new init/cleanup functions. sql/handler.cc: Test Bug: Memory leaks in the archive handler. Added calls of the new init/cleanup functions.
-
unknown authored
(After review of cs georg:1.1800 by Monty) VC++Files/libmysqld/libmysqld.dsp: removed ha_isammrg.cpp (doesn't exist anymore) VC++Files/mysqldemb/mysqldemb.dsp: removed ha_isammrg.cpp (doesn't exist anymore) extra/comp_err.c: renamed DATADIR to DATADIRECTORY (DATADIR is a windows internal enumeration type) innobase/ut/ut0ut.c: gettimeofday is not available under Windows. Added conditional define which uses GetLocalTime for windows libmysql/libmysql.c: fixed prototype for setup_one_fetch_function which differed from function declaration. Fixed not supported unsigned __int64 to double conversion sql/field.h: fixed typecast error (windows) sql/item_sum.cc: fixed typecast errors (windows) sql/key.cc: fixed typecast errors (windows) sql/opt_range.cc: fixed not supported unsigned __int64 to double conversion sql/sql_acl.cc: fixed typecast errors (windows) sql/table.cc: fixed typecast errors (windows)
-
unknown authored
configure.in: Auto merged innobase/include/univ.i: Auto merged BUILD/SETUP.sh: Auto merged innobase/fil/fil0fil.c: Merge with 4.1
-
unknown authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
configure.in: Auto merged
-