Unix Technical Forum

Versions when things are introduced

This is a discussion on Versions when things are introduced within the MySQL forums, part of the Database Server Software category; --> Can someone remind me where I see what was introduced in what version in MySQL? I can never remember ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-29-2008, 09:41 AM
Paul Lautman
 
Posts: n/a
Default Versions when things are introduced

Can someone remind me where I see what was introduced in what version in
MySQL?

I can never remember where to find it!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-29-2008, 09:41 AM
Rik Wasmus
 
Posts: n/a
Default Re: Versions when things are introduced

Paul Lautman wrote:
> Can someone remind me where I see what was introduced in what version in
> MySQL?
>
> I can never remember where to find it!


Do you mean this one:
http://dev.mysql.com/doc/mysqld-vers...y-changes.html

If there is an easier view with all versions combined, I'd like to know
it too .

PS: Haven't heard back from you after my last mail?
--
Rik Wasmus
....spamrun finished
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-29-2008, 09:41 AM
Paul Lautman
 
Posts: n/a
Default Re: Versions when things are introduced

Rik Wasmus wrote:
> Paul Lautman wrote:
>> Can someone remind me where I see what was introduced in what
>> version in MySQL?
>>
>> I can never remember where to find it!

>
> Do you mean this one:
> http://dev.mysql.com/doc/mysqld-vers...y-changes.html
>
> If there is an easier view with all versions combined, I'd like to
> know it too .
>
> PS: Haven't heard back from you after my last mail?


I thought there was somewhere where it said (easily) that a particular item
was added at version x.y.z


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-29-2008, 09:41 AM
Peter H. Coffin
 
Posts: n/a
Default Re: Versions when things are introduced

On Wed, 28 May 2008 11:56:17 +0100, Paul Lautman wrote:
> Can someone remind me where I see what was introduced in what version in
> MySQL?
>
> I can never remember where to find it!


I look in the manual. If a thing is newish, it'll say something like
"(Use --set-character-set before MySQL 4.1.1.)" or "Before MySQL 4.1.3,
the server operates only in the system time zone set at startup.
Beginning with MySQL 4.1.3, the server maintains several time zone
settings, some of which can be modified at runtime:"

Manuals are really good like that.

--
6. I will not gloat over my enemies' predicament before killing them.
--Peter Anspach's list of things to do as an Evil Overlord
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-29-2008, 09:41 AM
Paul Lautman
 
Posts: n/a
Default Re: Versions when things are introduced

Peter H. Coffin wrote:
> On Wed, 28 May 2008 11:56:17 +0100, Paul Lautman wrote:
>> Can someone remind me where I see what was introduced in what
>> version in MySQL?
>>
>> I can never remember where to find it!

>
> I look in the manual. If a thing is newish, it'll say something like
> "(Use --set-character-set before MySQL 4.1.1.)" or "Before MySQL
> 4.1.3, the server operates only in the system time zone set at
> startup. Beginning with MySQL 4.1.3, the server maintains several
> time zone settings, some of which can be modified at runtime:"
>
> Manuals are really good like that.


T
Yeah, that was where I expected to find it. Someone commented that SPs were
only introduced in v5, so I looked in the v5 manual on creating SPs but it
didn't seem to say aything about version there.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-29-2008, 09:41 AM
Peter H. Coffin
 
Posts: n/a
Default Re: Versions when things are introduced

On Wed, 28 May 2008 14:06:50 +0100, Paul Lautman wrote:
> Peter H. Coffin wrote:
>> On Wed, 28 May 2008 11:56:17 +0100, Paul Lautman wrote:
>>> Can someone remind me where I see what was introduced in what
>>> version in MySQL?
>>>
>>> I can never remember where to find it!

>>
>> I look in the manual. If a thing is newish, it'll say something like
>> "(Use --set-character-set before MySQL 4.1.1.)" or "Before MySQL
>> 4.1.3, the server operates only in the system time zone set at
>> startup. Beginning with MySQL 4.1.3, the server maintains several
>> time zone settings, some of which can be modified at runtime:"
>>
>> Manuals are really good like that.

>
> T
> Yeah, that was where I expected to find it. Someone commented that SPs were
> only introduced in v5, so I looked in the v5 manual on creating SPs but it
> didn't seem to say aything about version there.


You'll find that the manual for 3.23/4.0/4.1 doesn't HAVE a Chapter 19,
which is where Stored Procedures and Functions are described. That's a
pretty big hint.

--
This was, apparently, beyond her ken. So far beyond her ken that she was
well into barbie territory.
-- J. D. Baldwin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-29-2008, 09:41 AM
Paul Lautman
 
Posts: n/a
Default Re: Versions when things are introduced

Peter H. Coffin wrote:
> On Wed, 28 May 2008 14:06:50 +0100, Paul Lautman wrote:
>> Peter H. Coffin wrote:
>>> On Wed, 28 May 2008 11:56:17 +0100, Paul Lautman wrote:
>>>> Can someone remind me where I see what was introduced in what
>>>> version in MySQL?
>>>>
>>>> I can never remember where to find it!
>>>
>>> I look in the manual. If a thing is newish, it'll say something like
>>> "(Use --set-character-set before MySQL 4.1.1.)" or "Before MySQL
>>> 4.1.3, the server operates only in the system time zone set at
>>> startup. Beginning with MySQL 4.1.3, the server maintains several
>>> time zone settings, some of which can be modified at runtime:"
>>>
>>> Manuals are really good like that.

>>
>> T
>> Yeah, that was where I expected to find it. Someone commented that
>> SPs were only introduced in v5, so I looked in the v5 manual on
>> creating SPs but it didn't seem to say aything about version there.

>
> You'll find that the manual for 3.23/4.0/4.1 doesn't HAVE a Chapter
> 19, which is where Stored Procedures and Functions are described.
> That's a pretty big hint.


True, but my question was more general. I was sure that I'd seen this text
somewhere saying that this or that was introduced in x.y.z

Since I couldn't see it for SP, I wondered where I had seen it.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-29-2008, 09:41 AM
Jerry Stuckle
 
Posts: n/a
Default Re: Versions when things are introduced

Paul Lautman wrote:
> Peter H. Coffin wrote:
>> On Wed, 28 May 2008 14:06:50 +0100, Paul Lautman wrote:
>>> Peter H. Coffin wrote:
>>>> On Wed, 28 May 2008 11:56:17 +0100, Paul Lautman wrote:
>>>>> Can someone remind me where I see what was introduced in what
>>>>> version in MySQL?
>>>>>
>>>>> I can never remember where to find it!
>>>> I look in the manual. If a thing is newish, it'll say something like
>>>> "(Use --set-character-set before MySQL 4.1.1.)" or "Before MySQL
>>>> 4.1.3, the server operates only in the system time zone set at
>>>> startup. Beginning with MySQL 4.1.3, the server maintains several
>>>> time zone settings, some of which can be modified at runtime:"
>>>>
>>>> Manuals are really good like that.
>>> T
>>> Yeah, that was where I expected to find it. Someone commented that
>>> SPs were only introduced in v5, so I looked in the v5 manual on
>>> creating SPs but it didn't seem to say aything about version there.

>> You'll find that the manual for 3.23/4.0/4.1 doesn't HAVE a Chapter
>> 19, which is where Stored Procedures and Functions are described.
>> That's a pretty big hint.

>
> True, but my question was more general. I was sure that I'd seen this text
> somewhere saying that this or that was introduced in x.y.z
>
> Since I couldn't see it for SP, I wondered where I had seen it.
>
>


I agree, Paul, this would be something good to have, especially since
they've the folks at MySQL AB have been doing such a good job improving
it. Right now you have to look through the manuals at each release to
see what's been added.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-29-2008, 09:41 AM
Axel Schwenke
 
Posts: n/a
Default Re: Versions when things are introduced

"Paul Lautman" <paul.lautman@btinternet.com> wrote:
> Can someone remind me where I see what was introduced in what version in
> MySQL?
>
> I can never remember where to find it!


The "Upgrading MySQL" chapters in the manual list all the known
incompatibilities. I.e.

http://dev.mysql.com/doc/refman/5.0/en/upgrade.html

Also most feature documentation mentions which version of MySQL
introduced this feature.


XL
--
Axel Schwenke, MySQL Senior Support Engineer, Sun Microsystems

MySQL User Manual: http://dev.mysql.com/doc/refman/5.0/en/
MySQL User Forums: http://forums.mysql.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-29-2008, 09:41 AM
Paul Lautman
 
Posts: n/a
Default Re: Versions when things are introduced

Axel Schwenke wrote:
> "Paul Lautman" <paul.lautman@btinternet.com> wrote:
>> Can someone remind me where I see what was introduced in what
>> version in MySQL?
>>
>> I can never remember where to find it!

>
> The "Upgrading MySQL" chapters in the manual list all the known
> incompatibilities. I.e.
>
> http://dev.mysql.com/doc/refman/5.0/en/upgrade.html
>
> Also most feature documentation mentions which version of MySQL
> introduced this feature.
>
>
> XL


I was thinking more along the line of XXX() introduced in 5.0.22, that sort
of thing


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:20 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com