Commit graph

2239 commits

Author SHA1 Message Date
unknown
f996309528 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
2001-09-13 11:04:36 +03:00
unknown
4a04ce5619 Fixed sorting of é in latin_de
Docs/manual.texi:
  Updated German sorting info
strings/ctype-latin1_de.c:
  Fixed sorting of é
2001-09-13 11:00:22 +03:00
unknown
c96bf55b9c Merge with 3.23.42
configure.in:
  Auto merged
BitKeeper/deleted/.del-violite.c~d7b85be615595ace:
  Auto merged
BitKeeper/deleted/.del-violite.c~984c09cffe14a11b:
  Auto merged
client/Makefile.am:
  Auto merged
client/mysql.cc:
  Auto merged
client/mysqlbinlog.cc:
  Auto merged
heap/hp_test2.c:
  Auto merged
include/global.h:
  Auto merged
include/my_pthread.h:
  Auto merged
include/myisam.h:
  Auto merged
libmysql/libmysql.c:
  Auto merged
libmysql/net.c:
  Auto merged
myisam/sort.c:
  Auto merged
sql-bench/test-create.sh:
  Auto merged
sql/handler.cc:
  Auto merged
sql/handler.h:
  Auto merged
sql/lock.cc:
  Auto merged
sql/log_event.cc:
  Auto merged
sql/mini_client.cc:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/net_serv.cc:
  Auto merged
mysql-test/t/merge.test:
  Auto merged
sql/ha_innobase.cc:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_lex.cc:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/sql_table.cc:
  Auto merged
support-files/mysql.spec.sh:
  Auto merged
mysql-test/t/bdb.test:
  Auto merged
Docs/manual.texi:
  merge
myisam/myisampack.c:
  merge
2001-09-13 09:52:35 +02:00
unknown
c88dd9b291 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-09-12 23:54:22 +03:00
unknown
76989cf55c OS2 patch
Docs/manual.texi:
  Updated section of how to change the socket file.
  Changelog for 3.23.43
include/merge.h:
  Fixed typo
include/my_pthread.h:
  Fixed bug for WIN32
include/myisam.h:
  Fixed typo
include/nisam.h:
  Fixed typo
sql/handler.h:
  Fixed typo
sql/sql_table.cc:
  Fixed typo
sql/unireg.cc:
  F
2001-09-12 23:53:31 +03:00
unknown
9e4206b990 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-09-11 19:00:49 -06:00
unknown
301cd96334 more work on mysqlmanager 2001-09-11 18:56:43 -06:00
unknown
a53e8ea0ac First drop merge table, then other tables
Docs/manual.texi:
  Updated information about mysql_insert_id()
2001-09-12 00:11:18 +03:00
unknown
93a15f452e Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-09-10 17:31:33 -06:00
unknown
8cfd4949c2 fixed IDENTITY crisis 2001-09-10 17:30:29 -06:00
unknown
34925f8d82 Fixes for German sorting order.
Docs/manual.texi:
  Update for German sorting
configure.in:
  Don't make the German sort order default
myisam/mi_delete_all.c:
  Truncate files on DELETE FROM table_name to not get warnings when checking files
myisam/mi_search.c:
  Fix for multi-byte character sets.
sql/item_cmpfunc.cc:
  Use current character set when using STRCMP()
strings/ctype-latin1_de.c:
  F
2001-09-11 01:40:52 +03:00
unknown
341504b3c9 handler.cc If CREATE TABLE fails for an InnoDB table, do not put the OS error number to the error message, because it is not the cause
sql/handler.cc:
  If CREATE TABLE fails for an InnoDB table, do not put the OS error number to the error message, because it is not the cause
2001-09-10 17:36:42 +03:00
unknown
1c404ff9e3 ha_innobase.cc mean_rec_length was set to a too small value for > 4 GB tables because of a wrong typecast
sql/ha_innobase.cc:
  mean_rec_length was set to a too small value for > 4 GB tables because of a wrong typecast
2001-09-09 17:41:29 +03:00
unknown
354882c8ce Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
configure.in:
  Auto merged
mysql-test/mysql-test-run.sh:
  Auto merged
2001-09-09 03:53:35 +03:00
unknown
a278411271 Some cleanups to replication section 2001-09-08 22:04:17 +03:00
unknown
851bea0e88 Fix bugs when using LOCK TABLES with BDB tables
Optimized remove of key when using internal cursor in BDB tables.


mysql-test/r/bdb.result:
  Test for LOCK bug
mysql-test/t/bdb.test:
  Test for LOCK bug
sql/ha_berkeley.cc:
  Fix bugs when using LOCK TABLES
  Optimized remove of key when using internal cursor
sql/ha_berkeley.h:
  Initilize of changed_rows
sql/lock.cc:
  Fix for BDB tables
2001-09-08 20:45:53 +03:00
unknown
8e9c21de2b More debug info
Fix DBUG_ASSERT()
Optimization for BDB tables
Fix for BDB under Win98


Docs/manual.texi:
  Removed wrong info
bdb/os_win32/os_rename.c:
  Fix for windows 98
configure.in:
  Better options for MAC OS X
include/dbug.h:
  Fix DBUG_ASSERT()
mysys/thr_lock.c:
  More DBUG messages
sql/ha_berkeley.cc:
  Use cursor in remove_key
sql/lock.cc:
  Fix possible problem when pre-unlocking tables in SELECT
sql/sql_select.cc:
  More DBUG messages
sql/violite.c:
  Fix DBUG messages
2001-09-08 11:47:34 +03:00
unknown
66cc095efb merge
sql/mysqld.cc:
  Auto merged
2001-09-08 03:53:04 +03:00
unknown
0ce7e16ef3 Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
Docs/manual.texi:
  Auto merged
2001-09-08 01:04:18 +03:00
unknown
0edad3cb96 Fix for LOCK TABLES and BDB tables
Docs/manual.texi:
  Added more information to MySQL comparison
2001-09-08 01:02:41 +03:00
unknown
a41b148e47 Unlock tables on BEGIN
sql-bench/test-create.sh:
  Made --small-test a bit faster
sql/ha_innobase.cc:
  Cleanup memory at exit
sql/mysqld.cc:
  Remove debug notes at shutdown
2001-09-08 01:01:10 +03:00
unknown
4b39ab54a9 Fix blatant bugs in ctype-latin1_de.c.
strings/ctype-latin1_de.c:
  Bug fixes:  basically, several cases were being handled totally wrong.
  
  The code is also cleaned up a little.
2001-09-07 16:45:05 -04:00
unknown
fd6fea462f Cleanups
configure.in:
  Only allow --with-pstack on Linux x86
mysql-test/t/merge.test:
  Add test of using db.tablename in UNION()
mysys/mf_qsort.c:
  Fix when using purify
mysys/my_dup.c:
  Cleanup
mysys/raid.cc:
  Cleanup
sql/gen_lex_hash.cc:
  Smaller array
sql/ha_innobase.cc:
  Remove warnings
sql/mysqld.cc:
  Remove not used option from --help
sql/sql_class.h:
  Cleanup
2001-09-07 22:38:45 +03:00
unknown
36b6c73f83 manual.texi:
Fix danish mirror contact


Docs/manual.texi:
  Fix danish mirror contact
2001-09-07 09:48:09 +02:00
unknown
31c6d563a1 Use latin1_de character set instead of latin1 in mysql-test-run.
mysql-test/mysql-test-run.sh:
  Make it work even if the character set used isn't compiled in to
  mysqld.
  
  Change the character set from latin1 to latin1_de.
2001-09-06 18:05:04 -04:00
unknown
7053be51b5 Actually get the CHARSETS_AVAILABLE output before the help messages in
configure.
2001-09-06 18:03:23 -04:00
unknown
222a0254c6 Add latin1_de character set, and make it the default.
sql/share/charsets/Index:
  Add latin1_de character set.
2001-09-06 17:18:36 -04:00
unknown
0cf6786c48 libmysql/Makefile.shared
Remove extra link_sources target, which was not being used
    (and was incorrect).

ctype-latin1_de.c
    BitKeeper file /home/tim/my/4/strings/ctype-latin1_de.c


libmysql/Makefile.shared:
  Remove extra link_sources target, which was
  not being used (and was incorrect).
2001-09-06 17:17:18 -04:00
unknown
44e61cdad7 Fixed a problem using LOCK TABLES and BDB tables
Docs/manual.texi:
  Added description of C thread functions
sql-bench/test-create.sh:
  Faster --fast option
2001-09-06 23:57:32 +03:00
unknown
d77f9f3642 handler.cc Change the parameter name of default-table-type from INNOBASE to INNODB
sql/handler.cc:
  Change the parameter name of default-table-type from INNOBASE to INNODB
2001-09-06 16:48:32 +03:00
unknown
dac2557acf Merge work.mysql.com:/home/bk/mysql-4.0
into tik.mysql.fi:/home/my/mysql-4.0


Docs/manual.texi:
  Auto merged
2001-09-06 15:19:51 +03:00
unknown
515f7ceab1 Don't modify innobase_data_file_path
Docs/manual.texi:
  cleanup
mysql-test/mysql-test-run.sh:
  Move traces to 'log' with other log files
2001-09-06 15:15:38 +03:00
unknown
a56692c0b0 manual.texi Mirror maintenance
Docs/manual.texi:
  Mirror maintenance
2001-09-05 20:41:49 -05:00
unknown
15157f3efc manual.texi Change-over to new Primary Mirror; Small mirror fix-ups
Docs/manual.texi:
  Change-over to new Primary Mirror; Small mirror fix-ups
2001-09-05 19:48:51 -05:00
unknown
07a887b383 Portability fixes
libmysql/libmysql.c:
  Remove duplicated define
sql/log_event.cc:
  Portability fix
2001-09-06 01:23:01 +02:00
unknown
a7f577ccee more work on mysqlmanager
tools/mysqlmanager.c:
  more work
2001-09-05 14:06:51 -06:00
unknown
fec70ce417 data0data.c Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte row is updated and an internally stored field shortened
innobase/data/data0data.c:
  Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte row is updated and an internally stored field shortened
2001-09-05 20:29:34 +03:00
unknown
993603fe71 lock0lock.c Fix slowness of deadlock detection algorithm
trx0trx.h	Fix slowness of deadlock detection algorithm


innobase/include/trx0trx.h:
  Fix slowness of deadlock detection algorithm
innobase/lock/lock0lock.c:
  Fix slowness of deadlock detection algorithm
2001-09-05 18:21:21 +03:00
unknown
aa161036d6 manual.texi:
Fix a couple of mirror e-mail addresses


Docs/manual.texi:
  Fix a couple of mirror e-mail addresses
2001-09-04 15:21:54 +02:00
unknown
7565ba73bc Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
include/my_pthread.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
2001-09-04 16:21:53 +03:00
unknown
f736e3e1d2 Portability fix 2001-09-04 16:17:31 +03:00
unknown
54e33e272d Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0


Docs/manual.texi:
  Auto merged
client/mysqldump.c:
  Auto merged
libmysql/Makefile.am:
  Auto merged
libmysql_r/Makefile.am:
  Auto merged
myisam/mi_check.c:
  Auto merged
sql/log_event.cc:
  Auto merged
sql/sql_parse.cc:
  Auto merged
2001-09-04 01:04:32 +02:00
unknown
3b7bd02ebd Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-09-04 01:25:50 +03:00
unknown
8efe675def Ensure that libmysqlclient doesn't use raid
Fix problem with MyISAM and rows of length 65517-65520


Docs/manual.texi:
  Changelog
include/raid.h:
  Ensure that libmysqlclient doesn't use raid
libmysql/Makefile.am:
  Ensure that libmysqlclient doesn't use raid
libmysql_r/Makefile.am:
  Ensure that libmysqlclient doesn't use raid
myisam/mi_check.c:
  Fix problem with rows of length 65517-65520
myisam/mi_dynrec.c:
  Fix problem with rows of length 65517-65520
mysql-test/r/myisam.result:
  Test for myisam tables with problematic row lengths
mysql-test/t/myisam.test:
  Test for myisam tables with problematic row lengths
sql/log_event.cc:
  Portability fix
strings/ctype-euc_kr.c:
  Portability fix
strings/ctype-sjis.c:
  Portability fix
2001-09-04 01:25:34 +03:00
unknown
e7006ae794 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-09-03 13:09:46 -06:00
unknown
bed8ef6924 added symbols files to RPM to resolve stack trace
fixed Do-rpm to accept command-line options for easier testing/local
RPM build


BUILD/compile-pentium-max:
  add enable-thread-safe-client
Build-tools/Do-rpm:
  make configurable from command line
support-files/mysql.spec.sh:
  add mysqld.sym and mysqld-max.sym to the RPM
2001-09-03 13:09:08 -06:00
unknown
359d974315 Forgot to change the version number. 2001-09-03 16:16:07 +03:00
unknown
933ff1c379 Fixed a problem with dumping string values in float and double
fields (inf,nan,...); should be dumped as "NULL".
2001-09-03 16:09:25 +03:00
unknown
5160501770 Update of manual with 4.0 changes
Create innodb table space if configuring with InnoDB and not using --skip-innodb
Fixes for TRUNCATE TABLE and DROP DATABASE.


Docs/manual.texi:
  Update of manual with 4.0 changes.
mysql-test/mysql-test-run.sh:
  Fixed option --mysqld
mysql-test/r/innodb.result:
  More test cases
mysql-test/r/truncate.result:
  More test cases
mysql-test/t/drop.test:
  More test cases
mysql-test/t/innodb.test:
  More test cases
mysql-test/t/truncate.test:
  More test cases
sql/gen_lex_hash.cc:
  Smaller array
sql/ha_innobase.cc:
  Create innodb table space if not using --skip-innodb
sql/lock.cc:
  Fixed wrong mutex handling in global read lock.
sql/md5.c:
  Fixed bug from merge
sql/sql_base.cc:
  cleanup
sql/sql_db.cc:
  Use new global lock functions.
  Fixed new bug that database wasn't always dropped.
sql/sql_delete.cc:
  Fixed problem with mysql_truncate() when called from restore_table
sql/sql_parse.cc:
  Fixed error message handling.
sql/sql_table.cc:
  cleanup
2001-09-03 05:16:15 +03:00
unknown
e6088385c5 Fix test that all merge tables comes from same database 2001-09-03 04:48:07 +03:00