monty@mashka.mysql.fi
b5aa9ae0c7
Changed thd variables max_join_size and select_limit to type ha_rows.
...
This fixed some optimization problems when using -DBIG_TABLES
Portabilty fixes for OpenUnix and HPUX
Added C and C++ version numbers to mysqlbug
2002-12-20 14:58:27 +02:00
lenz@mysql.com
2423780823
- moved manual pages from "man" to "man/man1" for the binary distribution
2002-12-11 19:37:09 +01:00
serg@serg.mysql.com
f2aab61a60
Merge serg.mysql.com:/usr/home/serg/Abk/mysql
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-11-17 00:36:28 +01:00
lenz@mysql.com
042ac3fb67
- Fixed some minor bugs/typos
2002-11-15 01:57:56 +01:00
monty@mashka.mysql.fi
e634770406
merge
2002-11-12 13:28:58 +02:00
jani@rhols221.adsl.netsonic.fi
cacd611a0c
Fixed a problem with reading some innodb options that may contain semicolin.
2002-11-12 11:39:52 +02:00
monty@mashka.mysql.fi
876f3f4d30
Fixed that NULL and 0 returns 0 instead of NULL
...
This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
2002-11-11 15:57:35 +02:00
serg@serg.mysql.com
d7a0000711
fixed test for "root", on some installations / is mounted read-only
2002-11-08 22:45:31 +01:00
monty@butch.
a2bdf9265f
Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.
2002-11-07 03:54:00 +02:00
monty@mashka.mysql.fi
bb7f37ab2e
merge
2002-10-29 23:54:37 +02:00
monty@mashka.mysql.fi
5343d4c969
Added --skip-safemalloc to mysqltest
...
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
Small change in EXCHANGE output
Propagate open-files-limit from mysqld_safe -> mysqld
Fixed speed bug in GROUP BY
Added quotes around database name in CREATE DATABASE db_name (for binary log)
2002-10-29 22:56:30 +02:00
serg@serg.mysql.com
dede6634f6
merged
2002-10-25 21:15:52 +00:00
lenz@mysql.com
5459505bba
- added "darwin" to the list of systems that are known to support the
...
-p option for cp and the -r option for scp (thank to Paul DuBois for
the patch)
- fixed a typo
2002-10-21 14:51:57 +02:00
lenz@mysql.com
689bf26c86
- fixed typo in scripts/mysql_convert_table_format.sh
2002-10-18 19:43:06 +02:00
jani@rhols221.adsl.netsonic.fi
f11f48a144
Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi
2002-10-17 19:34:02 +03:00
monty@hundin.mysql.fi
67d3cd643b
Merge with 3.23.54
2002-10-16 13:11:25 +03:00
lenz@mysql.com
79ab39ec94
- replaced Docs/LICENSE with Docs/MySQLEULA.txt
...
- Updated scripts/make_binary_distribution and scripts/mysql-copyright*
accordingly
2002-10-13 16:57:33 +02:00
lenz@mysql.com
d8f843a779
- Tagged ChangeSet 1.1224 as "mysql-3.23.53"
...
- bumped up version number to 3.23.54 in configure.in
- replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
accordingly.
2002-10-13 16:26:28 +02:00
monty@mashka.mysql.fi
ee61ec0e63
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
2002-10-08 18:00:08 +03:00
monty@mashka.mysql.fi
bae4af8a4f
Fixed missing table_list->name -> table_list->alias convert
2002-10-08 17:58:43 +03:00
Sinisa@sinisa.nasamreza.org
c3bda04595
a fix for the typo in the last push
2002-10-07 15:17:41 +03:00
Sinisa@sinisa.nasamreza.org
690cba1a6f
fix for a small typo in the last push
2002-10-07 15:07:45 +03:00
Sinisa@sinisa.nasamreza.org
57815006c7
Small fix in mysqld_safe for some shells
2002-10-05 15:57:18 +03:00
Sinisa@sinisa.nasamreza.org
d2ef2ec9c8
a small fix for some shells
2002-10-05 15:45:24 +03:00
lenz@mysql.com
a15eafd0a0
- Small fix for support-files/mysql.spec.sh
...
- Updated scripts/make_binary_distribution.sh to include the correct
ChangeLog and the LICENSE file for non-GPL builds
2002-10-02 13:06:04 +02:00
lenz@mysql.com
bf5b57ad2b
- small modification to scripts/make_binary_distribution.sh (add the
...
up-to-date BK changelog instead of sql/ChangeLog, add LICENSE if
available)
2002-10-02 12:56:16 +02:00
monty@mashka.mysql.fi
9c123d0c0b
Don't give the anonymous user create temp table or lock tables privileges.
...
SET PASSWORD=... closed connection on error.
2002-09-22 18:02:39 +03:00
monty@mashka.mysql.fi
7f55d92637
fixed so that --ssl and --skip-ssl works with the MySQL clients.
...
Fixed core dump bug when sending wrong string to AES_DECRYPT()
2002-09-17 23:46:53 +03:00
monty@mashka.mysql.fi
c85c33a5c1
Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
...
Fixed bug in SELECT ... ORDER BY ... LIMIT
Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
Fixed hang when using --with-openssl
2002-09-16 15:55:19 +03:00
monty@mashka.mysql.fi
04723cf74d
Give better error from reconnect()
...
Fixed hang in start_slave_threads() when thread dies quickly.
2002-08-24 05:44:16 +03:00
monty@hundin.mysql.fi
c7499a1039
Portabilityfix in mysqladmin.c
...
Fix when using --localstatedir
Cleaned up mysql.server
2002-08-23 02:48:52 +03:00
bar@bar.mysql.r18.ru
37cedc9a43
Fix
2002-08-14 13:05:38 +05:00
monty@hundin.mysql.fi
8832927d5c
Added nety_retry_count as a changeable variable
...
Make safe_mysqld a symlink to mysqld_safe in binary distribution
Fixed problem with CTRL-C when using mysqld --bootstrap
2002-08-08 20:49:06 +03:00
monty@hundin.mysql.fi
087261482a
merge with 3.23.52
2002-08-08 15:24:47 +03:00
monty@hundin.mysql.fi
4e5b087172
Better error messages for mysql-test-run
...
Added option --host to mysqlhotcopy
2002-08-06 16:12:52 +03:00
jani@hynda.(none)
7a9e780a77
Made documentation better in mysqld_multi --help
2002-08-05 19:06:48 +03:00
salle@geopard.online.bg
de7b601d11
Two small patches proposed by Paul DuBois
2002-08-03 19:48:45 +03:00
salle@geopard.online.bg
f11ea9d979
Two small patches proposed by Paul DuBois
2002-08-03 19:02:05 +03:00
arjen@fred.bitbike.com
8b898167e4
Little typo fix in script text.
2002-07-14 14:49:44 +10:00
monty@hundin.mysql.fi
8a2daeac77
Removed mysql_ssl_clear()
...
Added statistics information for alarms (for bug tracking)
Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me)
Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
Aded new script mysql_tableinfo to make a system directory.
2002-06-27 11:27:04 +03:00
monty@mashka.mysql.fi
fc52abc50f
Cleanup of checking of user resources
...
Added missing checking of no_keyread
2002-06-16 17:06:12 +03:00
monty@mashka.mysql.fi
b8421d34ec
Added the following new privleges:
...
SHOW DATABASES
CREATE TEMPORARY TABLE
LOCK TABLES
REPLICATION SLAVE & REPLICATION CLIENT
SUPER
EXECUTE
All scripts & documentation is updated for this change.
Added better error messages for global privileges
2002-06-12 15:04:18 +03:00
jcole@mugatu.spaceapes.com
70c05507db
Oops, missed the actual file.
...
Added mysql_secure_installation
2002-06-08 23:12:39 -05:00
jcole@mugatu.spaceapes.com
f1a975963b
Added mysql_secure_installation
2002-06-08 23:10:42 -05:00
Sinisa@sinisa.nasamreza.org
1d6f0fecb8
Small fix for the instructional message
2002-06-08 17:39:11 +03:00
arjen@fred.bitbike.com
e1288e07ac
mysql_fix_extensions.sh tool copied from 4.0 tree (referenced in manual).
2002-05-16 10:13:42 +10:00
monty@hundin.mysql.fi
133651d626
Fixed myslqdumpslow for new log format.
2002-03-26 11:54:05 +02:00
monty@hundin.mysql.fi
e6b9734e0a
merge
2002-03-12 12:21:51 +02:00
monty@hundin.mysql.fi
8eadb024dc
Fixed mysqldumpslow for new dump format.
...
Fix for HEAP tables with many rows deleted.
Add '' arround database names in SHOW GRANT
2002-03-12 11:52:41 +02:00
monty@hundin.mysql.fi
a01775c5eb
Added help for --local-infile
...
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
Allow SET PASSWORD for anonymous user
2002-03-12 11:38:22 +02:00