Commit graph

1064 commits

Author SHA1 Message Date
unknown
a00ef17fdb Fixed bug in bitmap handling
mysys/my_bitmap.c:
  Clear bitmap array
2001-02-09 04:09:03 +02:00
unknown
5ccffb286d Fixed typo 2001-02-09 03:57:41 +02:00
unknown
61d3edba81 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2001-02-08 04:54:15 +02:00
unknown
6d4d727efb Check that __FLOAT_WORD_ORDER is defined 2001-02-08 04:43:55 +02:00
unknown
71743a7c4d Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-02-07 16:47:50 -05:00
unknown
2f40648f2a Added "--character-sets-dir" to myisampack
Docs/manual.texi:
  Changelog
2001-02-07 23:42:43 +02:00
unknown
fb3cc55067 Fix bug in mysql_backup_table that prevented other threads from
reading while the table was being backed up.


sql/sql_table.cc:
  open_for_modify should be FALSE in mysql_backup_table
2001-02-07 16:33:56 -05:00
unknown
455ac66af8 Force sockets to be blocking on HPUX 11.0
Changed BITMAP to MY_BITMAP to avoid type conflict on windows


configure.in:
  Force sockets to be blocking on HPUX 11.0
include/my_bitmap.h:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
mysys/my_bitmap.c:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
mysys/my_init.c:
  Removed LOCK_bitmap
sql/mysql_priv.h:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
sql/mysqld.cc:
  Changed BITMAP to MY_BITMAP to avoid type conflict on windows
sql/violite.c:
  Force sockets to be blocking on HPUX 11.0
2001-02-07 23:27:19 +02:00
unknown
f816d6f16d Use new bitmap interface
Patches for Armstrong
Removed warnings when using REPAIR TABLE .. EXTENDED


Docs/manual.texi:
  Changelog
configure.in:
  Added missing -lsocket library on SCO
include/global.h:
  Patch for Armstrong
include/my_bitmap.h:
  Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
include/myisampack.h:
  Portability fix for Armstrong
mysql-test/t/select.test:
  Changed to work with 'mysql test < select.tst'
mysys/my_bitmap.c:
  Changed bitmap interface to avoid problem with missing LOCK_bitmap symbol
mysys/my_init.c:
  Removed LOCK_bitmap
sql/field.cc:
  Patch for Armstrong
sql/filesort.cc:
  Patch for Armstrong
sql/ha_myisam.cc:
  Removed warnings when using REPAIR TABLE .. EXTENDED
sql/mysql_priv.h:
  Use new bitmap interface
sql/mysqld.cc:
  Use new bitmap interface
sql/sql_select.cc:
  Use new bitmap interface
2001-02-07 17:42:20 +02:00
unknown
e5f835b101 Removed references to deleted Results-linux directory 2001-02-07 00:11:01 +02:00
unknown
88d19bb549 Fixed installation bug in Makefile
Docs/manual.texi:
  Updated MyODBC installation
sql/share/Makefile.am:
  Fixed typo
2001-02-06 23:47:54 +02:00
unknown
8520725908 Install charsets/README 2001-02-06 23:09:12 +02:00
unknown
22913794f5 Fixed makefiles for distribution
README:
  Cleanup
sql-bench/Makefile.am:
  Remove deleted directory
sql/mysqlbinlog.cc:
  Cleanup --help
2001-02-06 22:32:19 +02:00
unknown
d89bbf8880 Fixed typo in Makefile
Docs/manual.texi:
  Added link
sql/share/Makefile.am:
  Fixed typo
2001-02-06 19:59:57 +02:00
unknown
5a1ae6d4ce Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-02-06 14:50:31 +01:00
unknown
06da1723bf item_func.cc auto-init of ft-index restored (to cope with const/system tables)
sql/item_func.cc:
  auto-init of ft-index restored (to cope with const/system tables)
2001-02-06 14:10:13 +01:00
unknown
669cc1992a Lots of cleanups to manual.texi.
Docs/manual.texi:
  Lots of cleanups.
2001-02-06 00:07:50 -06:00
unknown
6dcdc303c0 Perl cleanups in sql-bench.
Thanks to Chris Richmond MD6-FDC <crichmon@pcocd2.intel.com> for the
patch.


sql-bench/crash-me.sh:
  fix bug with $limits{create_index} handling.
  fix typo (result_type -> $result_type).
sql-bench/server-cfg.sh:
  fix uninitialized variable warning.
2001-02-05 22:21:36 -05:00
unknown
c8908b8fd1 Remove several uses of cp -a, and fix broken dist-hook in sql-bench.
Build-tools/mysql-copyright:
  remove use of cp -a.
sql-bench/Makefile.am:
  fix broken dist-hook target (brain-o)
sql/share/Makefile.am:
  remove use of cp -a.
2001-02-05 21:58:20 -05:00
unknown
6eaef0598f manual.texi change notes update
Docs/manual.texi:
  change notes update
2001-02-05 15:55:13 -06:00
unknown
ec581bd961 manual.texi s/Korea/South Korea/.
Docs/manual.texi:
  s/Korea/South Korea/.
2001-02-05 18:57:54 +01:00
unknown
3b68cb4c83 manual.texi Added mirror in South Korea (again).
Docs/manual.texi:
  Added mirror in South Korea (again).
2001-02-05 18:53:30 +01:00
unknown
c964ce264a Merge
Docs/manual.texi:
  merged
2001-02-04 13:55:55 +01:00
unknown
8c4113738b manual.texi Added TODO section to Full-text entry
Docs/manual.texi:
  Added TODO section to Full-text entry
2001-02-04 13:45:26 +01:00
unknown
931117ad8f Added missing file 2001-02-03 18:18:58 +02:00
unknown
fd25d9db24 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
Docs/manual.texi:
  Auto merged
2001-02-03 18:01:23 +02:00
unknown
37aa09b19b Workaround for bug in thread library in Unixware 7
Fixed bug in GROUP BY on ELT()
Added SEQUENCE() to UDF examples


BUILD/FINISH.sh:
  Avoid error message if tmp exists
Docs/manual.texi:
  Cleaned up bug reporting section
mysys/my_init.c:
  Workaround for bug in thread library in Unixware 7
readline/input.c:
  Portability fix
scripts/mysql_install_db.sh:
  Made host, user and db field binary
sql/item_func.h:
  Fixed bug in GROUP BY on ELT()
sql/item_strfunc.cc:
  Fixed bug in GROUP BY on ELT()
sql/share/Makefile.am:
  Don't automaticly checkout SCCS files
sql/sql_select.cc:
  Cleanups
sql/udf_example.cc:
  Added SEQUENCE() to UDF examples.
2001-02-03 18:00:29 +02:00
unknown
7128808cbd extra/resolve_stack_dump.c
skip gcc2_compiled. junk


extra/resolve_stack_dump.c:
  skip gcc2_compiled. junk
2001-02-03 07:34:46 -07:00
unknown
f85e11f69f super-smack update 2001-02-02 19:09:29 -07:00
unknown
3dc1a17736 Merge
Docs/manual.texi:
  merged
2001-02-02 18:11:59 +01:00
unknown
acf88dd1d5 manual.texi typo fixed
Docs/manual.texi:
  typo fixed
2001-02-02 18:09:31 +01:00
unknown
605c330184 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
support-files/Makefile.am:
  Auto merged
2001-02-02 04:09:04 +02:00
unknown
fe87d370ab Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work


BitKeeper/etc/logging_ok:
  'Auto converge'
2001-02-01 20:50:17 -05:00
unknown
a556607baf Use INSTALL_DATA instead of cp.
mysql.server is a script, not data.


Docs/Makefile.am:
  Use INSTALL_DATA instead of cp
libmysql/Makefile.am:
  Use INSTALL_DATA instead of cp
mysql-test/Makefile.am:
  Use INSTALL_DATA instead of cp
sql-bench/Makefile.am:
  Use INSTALL_DATA instead of cp
support-files/Makefile.am:
  mysql.server is a script, not data.
2001-02-01 20:49:04 -05:00
unknown
602af42c6d Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
Docs/manual.texi:
  Auto merged
2001-02-02 03:47:40 +02:00
unknown
c1c2b95996 SCO portability fixes and cleanup.
configure.in:
  SCO portability fixes.
  Removed the LIBS_BEFORE_SOCKET hack dead code.
ltconfig:
  SCO portability fixes.
ltmain.sh:
  SCO portability fixes.
2001-02-01 20:47:35 -05:00
unknown
1d63e924d7 Portability fixes
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name


Docs/manual.texi:
  Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
client/mysql.cc:
  Don't crash when using -q with long fields
include/my_net.h:
  Portability fix
mysql-test/t/truncate.test:
  Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
readline/input.c:
  Portability fix
scripts/make_binary_distribution.sh:
  Portability fix
sql-bench/crash-me.sh:
  Portability fix
sql/mini_client.cc:
  Portability fix
sql/mysqld.cc:
  cleanup
sql/share/dutch/errmsg.txt:
  Fixed typo
sql/share/english/errmsg.txt:
  Fixed typo
sql/share/greek/errmsg.txt:
  Fixed typo
sql/share/hungarian/errmsg.txt:
  Fixed typo
sql/share/italian/errmsg.txt:
  New translated messages
sql/share/portuguese/errmsg.txt:
  Fixed typo
sql/share/romanian/errmsg.txt:
  Fixed typo
sql/share/slovak/errmsg.txt:
  Fixed typo
sql/share/spanish/errmsg.txt:
  Fixed typo
sql/sql_yacc.yy:
  Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
support-files/Makefile.am:
  Portability fix
2001-02-02 03:47:06 +02:00
unknown
171aa6fe7d manual.texi fix tutorial examples that become incorrect when
manual.texi	REGEXP became case insensitive.


Docs/manual.texi:
  fix tutorial examples that become incorrect when
  REGEXP became case insensitive.
2001-02-01 19:09:37 -06:00
unknown
ba1b7eaafa Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql


Docs/manual.texi:
  Auto merged
2001-02-01 06:26:35 -06:00
unknown
b49b815ab4 Changes prompted by manual comments. 2001-02-01 06:25:51 -06:00
unknown
b21572e8c0 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-02-01 13:18:56 +01:00
unknown
0e30cd0996 Use $(INSTALL_DATA) instead of cp -p in mysql-test and sql-bench.
Clean up $(INSTALL_DATA) use in sql/share.


mysql-test/Makefile.am:
  Use $(INSTALL_DATA) instead of cp -p.
sql-bench/Makefile.am:
  Use $(INSTALL_DATA) instead of cp -p.
sql/share/Makefile.am:
  Use $(INSTALL_DATA), instead of for loop + basename.
2001-01-31 15:01:16 -05:00
unknown
6cf1248b08 Merge
Docs/manual.texi:
  merged
2001-01-31 13:26:24 +01:00
unknown
bbabab09bc Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql


sql/table.cc:
  Auto merged
2001-01-31 03:46:16 -06:00
unknown
e5ae06d9ba Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql


sql/table.cc:
  Auto merged
2001-01-30 20:41:27 -07:00
unknown
22c52efbd4 test oversized password
fix to make table.cc compile


mysql-test/mysql-test-run.sh:
  explictily state empty password for slave thread
mysql-test/t/rpl000017-slave.sh:
  test oversized passwords for slave
mysql-test/t/rpl000017.test:
  test oversized passwords
sql/table.cc:
  fix to make it compile
2001-01-30 20:40:23 -07:00
unknown
50c4cc1f8b Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2001-01-31 04:47:55 +02:00
unknown
495231ea25 New myisamchk option --sort-recover
Allow delete of crashed MyISAM tables
Fixed bug when BLOB was first part of key
Fixed bug when using result from CASE in GROUP BY
Fixed core-dump bug in monthname()
Optimized calling of check_db_name()


Docs/manual.texi:
  Added more information about myisamchk
client/mysqladmin.c:
  Added error message for CREATE database and fixed possible overflow bug
include/myisam.h:
  New myisamchk option --sort-recover
libmysql/libmysql.c:
  Removed commented code
  Don't define getpwuid (breaks on SCO 3.2)
myisam/mi_check.c:
  Fixed (new) bug when using --recover --optimize
myisam/mi_delete_table.c:
  Allow delete of crashed tables
myisam/mi_key.c:
  Fixed bug when BLOB was first part of key
myisam/myisamchk.c:
  New myisamchk option --sort-recover
mysql-test/r/case.result:
  New test cases to check for reported bugs
mysql-test/r/func_time.result:
  New test cases to check for reported bugs
mysql-test/r/type_blob.result:
  New test cases to check for reported bugs
mysql-test/r/type_datetime.result:
  New test cases to check for reported bugs
mysql-test/t/case.test:
  New test cases to check for reported bugs
mysql-test/t/func_time.test:
  New test cases to check for reported bugs
mysql-test/t/type_blob.test:
  New test cases to check for reported bugs
mysql-test/t/type_datetime.test:
  New test cases to check for reported bugs
mysys/my_bitmap.c:
  Optimize
sql-bench/limits/ms-sql.cfg:
  Updated limits
sql/item_cmpfunc.cc:
  Fixed bug when using result from CASE in GROUP BY
sql/item_cmpfunc.h:
  Fixed bug when using result from CASE in GROUP BY
sql/item_timefunc.cc:
  Fixed core-dump bug in monthname()
sql/sql_db.cc:
  Optimized calling of check_db_name()
sql/sql_parse.cc:
  Optimized calling of check_db_name()
sql/table.cc:
  Fixed typo
2001-01-31 04:47:25 +02:00
unknown
f9339b35d9 Add --just-print and --help options to BUILD/compile-* scripts.
BUILD/FINISH.sh:
  Add --just-print and --help options, +cleanup.
BUILD/SETUP.sh:
  Add --just-print and --help options, +cleanup.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-01-30 20:43:16 -05:00
unknown
cb96f53222 Fixed brain-o in sql/table.cc that broke build.
check_db_name() referenced a non-existant variable.


sql/table.cc:
  Fixed brain-o.
2001-01-29 23:27:33 -06:00