Commit c73efc80 authored by unknown's avatar unknown
Browse files

Fix typos that resulted in adding names to the global namespace that

were never defined.  This potentially caused problems when trying to link
libmysqld with shared libraries.


strings/longlong2str-x86.s:
  typo: longlong10_str -> longlong10_to_str
strings/strings-x86.s:
  typo: strxmov_end-strxmov -> .strxmov_end-strxmov
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent 6366a909
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ tfr@sarvik.tfr.cafe.ee
tim@bitch.mysql.fi
tim@black.box
tim@hundin.mysql.fi
tim@sand.box
tim@threads.polyesthetic.msg
tim@white.box
tim@work.mysql.com
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ longlong2str:
	.size	 longlong2str,.Lfe3-longlong2str

.globl	longlong10_to_str
	.type	 longlong10_str,@function
	.type	 longlong10_to_str,@function
longlong10_to_str:
	jmp longlong2str

+1 −1
Original line number Diff line number Diff line
@@ -402,4 +402,4 @@ next_str:
	movl	%edx,%ebx
	ret
.strxmov_end:
	.size	 strxmov,strxmov_end-strxmov
	.size	 strxmov,.strxmov_end-strxmov