pem@mysql.telia.com
9c3a7a6ba3
Merge 4.1 into 5.0 (first pass).
2003-07-08 17:50:23 +02:00
serg@serg.mylan
dbf893fbd4
added missing ~/.my.cnf support to mysqlhotcopy (bug #808 )
2003-07-08 17:27:22 +02:00
jani@rhols221.adsl.netsonic.fi
fe025d40c4
Fixed a compatibility bug in mysqlhotcopy between different
...
versions of DBD. New mysqlhotcopy version supports both old
and new DBD versions while versions elder than 1.19 support
only old DBD versions.
2003-07-04 23:06:21 +03:00
kostja@oak.local
7df0475847
First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1)
...
For now following tasks have been done:
- PASSWORD() function was rewritten. PASSWORD() now returns SHA1
hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed;
- password.c: new functions were implemented, old rolled back to 4.0 state
- server code was rewritten to use new authorization algorithm (check_user(), change
user, and other stuff in sql/sql_parse.cc)
- client code was rewritten to use new authorization algorithm
(mysql_real_connect, myslq_authenticate in sql-common/client.c)
- now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style
authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc)
- mysqladmin.c was fixed to work correctly with new passwords
Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed;
mysqladmin also was tested. Additional check are nevertheless necessary.
2003-07-01 23:40:59 +04:00
gluh@gluh.mysql.r18.ru
7455759f11
Bug fixed: mysql-test failure on rpl tests
2003-06-26 09:39:23 +05:00
bar@bar.mysql.r18.ru
63235ceeef
mysql_create_system_tables.sh:
...
Type fix
2003-06-24 15:55:39 +05:00
monty@narttu.mysql.fi
1bd306ccd4
Fixed some new memory leaks
...
Updated VC++ files
2003-06-24 12:10:35 +03:00
lenz@kallisto.local
7a6059cc88
- make sure that scripts/*.sql files are being added to the source
...
distribution as well
2003-06-20 13:57:51 +02:00
lenz@mysql.com
e7e5ccb547
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2003-06-18 09:49:56 +02:00
venu@myvenu.com
75b8cb2036
Fix for --dirname and --suffix (missed ones)
2003-06-17 14:29:20 -07:00
venu@myvenu.com
b648691535
Added new HOWTO doc 'INSTALL-WIN-SOURCE' on building 'mysql clients and server' on WINDOWS from BitKeeper as well as from distributed source archive
2003-06-17 12:22:57 -07:00
lenz@mysql.com
3b7911d367
- changed "password" to "Password" as suggested by Paul DuBois to be
...
consistent with the other column names in the table.
2003-06-16 10:32:49 +02:00
monty@narttu.mysql.fi
e090f2d0cc
Fixes for make_win_src_distributions
...
Removed compiler warnings
2003-06-15 23:24:37 +03:00
jani@rhols221.adsl.netsonic.fi
8a52c2d20b
Added option --skip-kill-mysqld to mysqld_safe. This can be useful,
...
if one is running many mysqlds through mysqld_multi, for example.
Without this option, on Linux one mysqld_safe process may kill
other mysqlds as well, if started using the same binary and path.
2003-06-14 12:29:42 +03:00
lenz@mysql.com
63df5f7cb7
- applied patch for mysqld_safe from Christian Hammers to be able to
...
define a different niceness level in my.cnf (Bug #627 )
2003-06-12 13:52:24 +02:00
lenz@mysql.com
2daa5643d3
- applied patch to mysql_explain_log.sh provided by Dennis Haney
...
to accept --socket option (Bug #592 )
2003-06-11 13:40:20 +02:00
monty@narttu.mysql.fi
059b1e5612
After merge fixes
2003-06-05 23:19:56 +03:00
monty@narttu.mysql.fi
dad0664579
merge with public tree
2003-06-05 00:12:45 +03:00
monty@narttu.mysql.fi
23145cfed7
Added SQLSTATE to client/server protocol
...
bmove_allign -> bmove_align
Added OLAP function ROLLUP
Split mysql_fix_privilege_tables to a script and a .sql data file
Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
Added table_alias_charset, for easier --lower-case-table-name handling
Better SQL_MODE handling (Setting complex options also sets sub options)
New (faster) assembler string functions for x86
2003-06-04 18:28:51 +03:00
gluh@gluh.mysql.r18.ru
7c6522a74e
'Expand the mysql.proc table to include (almost) all fields' task(851)
...
Fix after review
2003-06-02 14:25:01 +05:00
vva@eagle.mysql.r18.ru
b4014b903b
new version of help
2003-05-29 17:47:31 -04:00
greg@mysql.com[greg]
ea46c24279
rlyon-5.0.0-alpha.patch
2003-05-29 14:28:02 -04:00
vva@mysql.r18.ru
55d4e55f7c
fixed small merge bug
2003-05-27 16:58:57 +05:00
monty@mashka.mysql.fi
cb7061ebe4
merge
2003-05-22 02:57:27 +03:00
venu@myvenu.com
39cbb547d4
Resolve merge colflict
2003-05-21 00:12:09 -07:00
monty@narttu.mysql.fi
dd2b7918cd
Merge with 4.0.13
2003-05-19 16:35:49 +03:00
monty@mashka.mysql.fi
4bde719df7
Safety fix to enable RAID in max binaries
...
Better fix for format('nan')
Fix for HAVING COUNT(DISTINCT...)
2003-05-13 10:54:07 +03:00
gluh@gluh.mysql.r18.ru
33cabdc3b1
Expand the mysql.proc table
2003-05-06 21:09:20 +05:00
monty@mashka.mysql.fi
1e2f2ae037
Varbinary should be string as default
2003-05-06 06:20:16 +03:00
lenz@mysql.com
7179284df9
- applied patch from Tim Bunce (new --addtodest option that adds copied
...
files into an already existing directory)
2003-05-03 16:16:52 +02:00
venu@myvenu.com
55f2e01879
make_win_src_distribution.sh:
...
Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )
2003-04-30 09:42:08 -07:00
pem@mysql.com
35c82164f6
Merged 4.1 to 5.0.
2003-04-29 12:06:04 +02:00
lenz@mysql.com
093f661a80
- Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>
...
(General code cleanup, use the GRANT statement instead of updating
the privilege tables directly, added option to revoke privileges)
2003-04-25 21:58:25 +02:00
venu@myvenu.com
077d7e81c8
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading
...
Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
2003-04-16 11:49:52 -07:00
lenz@mysql.com
7fbc28c074
- added missing dashes to parameter "open-files-limit" in mysqld_safe
...
(bug #264 )
2003-04-15 16:11:37 +02:00
lenz@mysql.com
ef39d2a669
- applied patch from provided by Christian Hammers from Debian to be able
...
to run the script even if mysqld is not up and running on upgrade
2003-04-09 21:19:53 +02:00
pem@mysql.com
736e78251e
Merging 4.1 to 5.0.
2003-04-04 13:45:35 +02:00
monty@narttu.mysql.fi
a7708c7904
Merge with 4.0
2003-04-03 21:19:12 +03:00
greg@mysql.com
080b73ee18
Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches
2003-03-28 14:24:32 -05:00
greg@mysql.com
9aeb60210f
Improve make_binary_distribution from Novell code at Monty's request
2003-03-27 18:13:37 -05:00
pem@mysql.com
c77699ca93
Merged 4.1 into 5.0.
2003-03-27 12:09:11 +01:00
greg@mysql.com
67985efed5
Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC
2003-03-21 16:45:39 -05:00
monty@narttu.mysql.fi
112dfa5900
Fixes for fill_help_tables.sql
2003-03-21 18:53:55 +02:00
pem@mysql.com
4a171efd6f
Merged 4.1 -> 5.0.
2003-03-18 16:12:50 +01:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
guilhem@mysql.com
7092bbe8a4
Small fixes in mysql_tableinfo. It's only code tiny changes, does not modify
...
the output of the script.
2003-03-14 16:07:15 +01:00
serg@serg.mysql.com
026ec1d37c
merged
2003-03-13 13:44:03 +01:00
lenz@mysql.com
b69e0f48be
- made test for multiple --user options more sh-compatible
2003-03-11 18:54:57 +01:00
monty@narttu.mysql.fi
fae2711297
merge
2003-03-10 14:13:46 +02:00
monty@narttu.mysql.fi
f1635f64f9
Merge with 3.23 to get fixes for --user and BACKUP TABLE
2003-03-10 12:48:43 +02:00