- 17 Aug, 2005 1 commit
-
-
osku@127.(none) authored
in InnoDB tables.
-
- 15 Aug, 2005 21 commits
-
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
Fixed failing test
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
acurtis@xiphis.org authored
"COLUMN_DEFAULT has wrong value if NOT NULL is set" Show NULL instead of empty string when no default value is set
-
lars@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
-
monty@mysql.com authored
This allows us to use statement replication with functions and triggers The following things are fixed with this patch: - NOW() and automatic timestamps takes the value from the main event for functions and triggers (which allows these to replicate with statement level logging) - No side effects for triggers or functions with auto-increment values(), last_insert_id(), rand() or found_rows() - Triggers can't return result sets Fixes bugs: #12480: NOW() is not constant in a trigger #12481: Using NOW() in a stored function breaks statement based replication #12482: Triggers has side effects with auto_increment values #11587: trigger causes lost connection error
-
lenz@mysql.com authored
CFBundleShortVersionString in Info.plist may not include a version suffix like "-beta" (BUG#12584) - Minor cleanup: removed two unused keys from Info.plist: IFMajorVersion and IFMinorVersion
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11864
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-10802
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11864
-
evgen@moonbone.local authored
HP-UX compiler was generating code which makes wrong conversion from double to ulonglong which results in not using index in some cases. Changed type cast operators odrer with which generated code makes proper conversion.
-
- 14 Aug, 2005 3 commits
-
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
-
serg@sergbook.mysql.com authored
mysql default port cleanup (it's set in libmysql.c, NOT in my_getopt) configure.in autoconf 2.52 is enough to build mysql-5.0
-
- 13 Aug, 2005 9 commits
-
-
sanja@hasky.mysql.fi authored
remove unneeded multitable_view assignment sql_view.cc: fix potential memorry overrun in ref_array asssign multitable_view in time of view creation (BUG#12569)
-
sanja@hasky.mysql.fi authored
into hasky.mysql.fi:/home/sanja/work-merge-5.0
-
sanja@hasky.mysql.fi authored
postmerge fix subselect.result: new 5.0 result (postmerge)
-
serg@sergbook.mysql.com authored
-
sanja@hasky.mysql.fi authored
into hasky.mysql.fi:/home/sanja/work-merge-5.0
-
bell@50.0.168.192.in-addr.arpa authored
into 50.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-bug2-4.1
-
bell@50.0.168.192.in-addr.arpa authored
into 50.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-bug2-4.1
-
bell@50.0.168.192.in-addr.arpa authored
-
tsmith@.mysql.com authored
Don't skip SET command even if --replicate-wild* says to. E.g., SET ONE_SHOT TIME_ZONE = 'XYZ' should be executed (BUG #12542)
-
- 12 Aug, 2005 6 commits
-
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
Now we keep all active XID's in a hash
-
jimw@mysql.com authored
-T option is used. (Bug #12235)
-
evgen@moonbone.local authored
view being created. Item_func_timestamp_diff::func_name() were returning function name as "timestamp_diff" thus when view was executed function parameters wasn't properly recognized and error was raised.
-
timour@mysql.com authored
Disabled one test case because it is still a problem due to the fix for WL#2486. Pushed to enable code review.
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-2486-merge
-